grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications
MIT License
501 stars 158 forks source link

Recording using the bluetooth earpiece is very messy compared to the one with the default laptop microphone #52

Closed Shabirmean closed 3 years ago

Shabirmean commented 3 years ago

The code works well when using the default laptop microphone with 44100 sampling rate. However, the same done with a bluetooth earpiece is completely messed up and cannot be used.

Is there something I can do to get this working or is it a major fix?