Sample interpolation (aka "resampling") is an algorithm used to handle how an audio sample is played outside of its native sample rate. There are many resampling methods that attempt to balance sound ...
* This example demonstrates usage of linear interpolate modules and fast math modules. * Method 1 uses fast math sine function to calculate sine values using cubic interpolation and method 2 uses * ...