tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
68 stars 55 forks source link

How to transform voice type to mp3? #34

Open li-kang opened 1 year ago

li-kang commented 1 year ago

How to transform voice type to mp3?

brandonporcel commented 6 months ago

bro. could you solve it? im need the same thing, to use with whisper ai

Eraldo commented 2 months ago

Also looking for mp3 conversion. ^^

brandonporcel commented 2 months ago

solve it with ffmpeg on backend ref

shyamal890 commented 1 month ago

Was able to find https://github.com/MaximBelov/cordova-plugin-ffmpeg which can convert the data locally within android before sending the file to the server.

However, I am not able to make it work as I think I am doing something wrong while saving the base64 as file with FileSystem API.