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").