Version
3.5-1592
Branch
mixer-rewrite
Date
9 years, 9 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
41f54c5e18e9deb92e17f2a7459c111f90b50073
Change author
Pierre Bourdon
Change description
Move the AX resampling code to Common.

This will allow other parts of the code to reuse the generic resampling
code I implemented for the AX UCode. For example, the AudioCommon Mixer
currently implements linear interpolation on its own... badly (no support
for storing the previous sample and interpolating from there, possibly
being the cause of the random "audio pops").