higuma / web-audio-recorder-js

.wav/.ogg/.mp3 recorder with Web Audio API
MIT License
775 stars 185 forks source link

encodeAfterRecord=false is not work #42

Open ghost opened 4 years ago

ghost commented 4 years ago

I need, when the user is recording audio, the conversion process to be done so that in the end the user does not have to wait for the conversion. feature encodeAfterRecord does not work properly and does not produce audio file.

clecap commented 3 years ago

I have the same problem