AbreezaSaleem / react-voice-recorder-player

Voice Recorder Component for React
MIT License
23 stars 5 forks source link

The downloaded file is actually webm and not wav #6

Open codedude42 opened 11 months ago

codedude42 commented 11 months ago

Since the recordings on most browsers take place in video/webm format, the resultant blob is also of the mime type video/webm. Just downloading it with a .wav extension does not actually turn it into the mime type audio/wav.

The can be verified on downloaded files using sites like checkfiletype

codedude42 commented 11 months ago

@AbreezaSaleem are you even maintaining this package?

davidchi31415 commented 10 months ago

Apparently not.

AbreezaSaleem commented 10 months ago

Hey guys. Sorry I have been busy the past bunch of weeks. I'll get to this soon. Can you tell me which browser are you using?

Sriram-Dee commented 2 months ago

How can I send the recorded blob to the backend? How the access the audio blob? I'm a learner so please explain it simply