michalstocki / FlashWavRecorder

Simple flash file for recording audio and saving as a WAV
http://michalstocki.github.io/FlashWavRecorder/html/
MIT License
241 stars 108 forks source link

Show Levels: can use this only once #26

Closed DaveJWilcox closed 10 years ago

DaveJWilcox commented 10 years ago

I can press Show Level and Hide Level to start & stops the display. Good. But after that, the Show Level button is no longer displayed. I only see the Hide Level button. I found this happens both on the working example at http://cykod.github.io/FlashWavRecorder/html/ and also on my own installation. Firefox and Google Chrome.

It appears that the "observing_level_stopped" message is not despatched.

BTW this is a fantastic piece of code and thanks Michal for creating it.

michalstocki commented 10 years ago

Indeed it is a bug. Thanks for reporting. I'll fix it in a while.