dbieber / audiorecorder

AudioRecorder: a cross platform javascript utility for recording and playing audio in all major browsers
33 stars 14 forks source link

Use Speex resampler #12

Open jhiswin opened 9 years ago

jhiswin commented 9 years ago

Replace resampler with Speex resampler (see http://github.com/kazuki/opus.js-sample). Current resampler produces very poor quality output.

jhiswin commented 9 years ago

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