Open jhiswin opened 9 years ago
Replace resampler with Speex resampler (see http://github.com/kazuki/opus.js-sample). Current resampler produces very poor quality output.
also possible to use OfflineAudioContext (https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/startRendering) to do the resampling, which should outperform pure JS implementation
Replace resampler with Speex resampler (see http://github.com/kazuki/opus.js-sample). Current resampler produces very poor quality output.