aboutsummaryrefslogtreecommitdiff
path: root/audio/rate_arm_asm.s
AgeCommit message (Collapse)Author
2015-11-09Merge pull request #625 from digitall/rate-hackEugene Sandulenko
AUDIO: Add support for sample rates >65kHz.
2014-06-01AUDIO: Support 96kHz audio rates in ARM assembler rate conversion.D G Turner
This should be the same changes as fuzzie's previous commit to the C++ version.
2014-03-06AUDIO: Manually specify function alignment in ARM assembly.Johannes Schickel
2011-10-31AUDIO: Fix some comments and whitespaceWillem Jan Palenstijn
2011-10-31AUDIO: Fix reverse stereo volumes on ARMWillem Jan Palenstijn
This commit re-converts the stereo rate converters to reverse stereo since they had drifted apart during the last few refactoring steps. In the process it makes vol_l/vol_r behave the same as in the C++.
2011-10-31AUDIO: Fix reverse stereo (LinearRate_R) on ARM.Alyssa Milburn
Fixes the issues I can reproduce, and presumably fixes bug #2998862. (cherry picked from commit 797406fe4c77b6a56cc4f8a50c15d639cd440ce4)
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850