Closed lylepratt closed 12 years ago
Yes this is it! It starts to happen whenever I open Twilio client in the browser! Any chances this get commited and that we get updated swf soon?
just merged and compiled a new swf. let me know if there is any problem with it.
I've been using it in production on BetterVoicemail.com since I created the pull request. No issues so far.
cool. thanks for the pull req and sorry for the delay!
Just tried it on 3 different development servers and it works fine.
This was a difficult thing to find! It took forever to figure out why my recordings would randomly sound like chipmunks, but wouldn't other times. I finally noticed that this only happened when I was using recorder.js while a page using Twilio Client was open in the same browser!
Turns out: If this library is used in conjunction with another flash library (like Twilio Client) that makes use of the microphone, and that library changes the codec to Speex, then the sampling rate will be forever stuck at "16". This causes recordings to sound like "chipmunks". Resetting the codec fixes this.