aboutsummaryrefslogtreecommitdiff
path: root/source/nds/ds2sound.h
AgeCommit message (Collapse)Author
2013-01-18Revert "Reinstate the interrupt time setting."Nebuleon Fumika
This reverts commit 1bc1dfc1abf71795c43fe7abb2db487a70c524b2. Conflicts: source/nds/ds2sound.h
2013-01-17Lower the timer interrupt interval to 13.3 milliseconds to avoid underflows ↵Nebuleon Fumika
(silences).
2013-01-17Reinstate the interrupt time setting.Nebuleon Fumika
This reverts commit 27d2911fb09ad81849c5df1958143c6878589450.
2013-01-13Remove the interrupt time setting.Nebuleon Fumika
2013-01-12ds2sound.h: Set the interrupt interval to 15.36 milliseconds and explain why.Nebuleon Fumika
2013-01-11Fix the interrupts glitching sound. Put the sound back at 22050 Hz.Nebuleon Fumika
2013-01-09Increase the audio frequency to 48 kHz. Timer interrupt intervals and buffer ↵Nebuleon Fumika
sizes are also tested at 32 kHz and 44.1 kHz.
2013-01-08Configurable interrupt interval for the sound timer. Right now, only 22050 ↵Nebuleon Fumika
Hz audio at 2000-microsecond intervals works.
2012-12-30Return to 22050 Hz audio. 48000 Hz was just too much to handle, apparently.Nebuleon Fumika
2012-12-26Smoother sound. Raise the sound sampling frequency to 48000 Hz.Nebuleon Fumika