summaryrefslogtreecommitdiff
path: root/src/factories/naudio/v1/SampleFactory.cpp
AgeCommit message (Collapse)Author
2026-07-02Implemented UI Framework (#225)Lywx
* Implemented base renderer among main UI framework implementation * Implemented basic geo layout rendering * Implemented animation support among fixing lightning among other things * Implemented multiple ui factories for sm64 * Implemented first iteration of the custom sequence driver * Added export buttons on multiple factories * More sequence player fixes among f3dex2 working correctly * Implemented pm64 viewers * Implemented audio support for pm64 * Fully implemented pm64 factories * Implemented more sm64 factories * Added tons of missing sf64 factories * Implemented all assets among sf64 wrong padding * Run formatting * Fixed wrong spacing on gfx too * Fixed CI * Fixed bad pipeline
2026-05-11Fixed samples being duplicated among other assets probablyKiritoDv
2026-05-11Fixed yaml entries from audio not getting generatedKiritoDv
2026-05-11Trying to get rid of duplicated audio on sf64KiritoDv
2026-03-23Implemented clang-formatKiritoDv
2025-02-03Fixed xml sample extractionKiritoDv
2025-01-31Added sf64 compressed audio support, cleaned code and implemented audio ↵KiritoDv
drivers switch
2025-01-16Fixed audio processing to handle more codecsKiritoDv
2024-12-25Fixed windows compilationKiritoDv
2024-12-25Merge branch 'main' into audio_extractionKiritoDv
2024-12-25Modified XML formatKiritoDv
2024-11-28Fixed aifc extraction on naudio v0KiritoDv
2024-11-27Test audio xmlsKiritoDv
2024-11-24Added XML ExtractionKiritoDv
2024-11-21Trying to fix linux stupid behaviorKiritoDv
2024-11-21Added sample rate when exportingKiritoDv
2024-11-21Added sample extraction to aiffKiritoDv
2024-11-21Finished the stupid audio extractionKiritoDv
2024-11-21Recreated audio export system to something more genericKiritoDv