summaryrefslogtreecommitdiff
path: root/assets/xml/audio
AgeCommit message (Collapse)Author
2026-03-28Audio: Fix note values (#1864)Tharo
Due to the layout of the pitch_frequencies lookup table, note values computed in extraction were reflected around middle C (midi note number 60). This didn't matter for matching, values would successfully roundtrip. However when using samples in external programs or converting soundfonts to standard formats the note values would lead to incorrect playback of sounds. This change corrects the note values so that external programs correctly infer the pitch of the sound when played at a particular MIDI key.
2024-12-13[Audio 9/9] Loose ends (#1755)Tharo
* [Audio 9/9] Loose ends * Fix sampleconv memset bug * Doc updates from oot
2024-12-12Name OOT samples in sample bank 0 (#1695)louist103
* Name samples Fix FileName FIx Revert "FIx" This reverts commit 510dcd8c03242f49d88173357c36fd0cc8911945. Fix * Formatting fixes * fix * \n * snake case * format * Bank 2 * Fix extract assets * Update SampleBank_0.xml * Fix copy errors
2024-09-04[Audio 7/?] Extract sequences to assembly (#1677)Tharo
* [Audio 7/?] Extract sequences to assembly Co-authored-by: MNGoldenEagle <17274702+MNGoldenEagle@users.noreply.github.com> Co-authored-by: zelda2774 <69368340+zelda2774@users.noreply.github.com> * Changes from OoT PR reviews * Remove unused multiprocessing import and regen assets/xml/audio/sequences --------- Co-authored-by: MNGoldenEagle <17274702+MNGoldenEagle@users.noreply.github.com> Co-authored-by: zelda2774 <69368340+zelda2774@users.noreply.github.com>
2024-08-08[Audio 2/?] Extract audio samples to wav (#1670)Tharo
* [Audio 2/?] Extract audio samples to wav Co-authored-by: zelda2774 <69368340+zelda2774@users.noreply.github.com> * How * Hopefully fix warning I don't get locally * [OoT Review] Pad default sample filenames, comment on the vadpcm frame encoder functions, other suggested changes * Small tweaks to above * Remove some obsolete code --------- Co-authored-by: zelda2774 <69368340+zelda2774@users.noreply.github.com>
2024-08-08[Audio 1/?] Extract Samplebanks and Soundfonts to XML (#1666)Tharo
* [Audio 1/?] Extract Samplebanks and Soundfonts to XML * Remove config.py in view of using config yamls for addresses in the future, implement suggested changes from OoT review * Remove some commented out dead code, adjust setup-audio in makefile * Move audio extraction from setup to assets in makefile