I need to pass a mp3 file URL through API. Audio file should be recorded from user. How do I do this?
I have been able to records audio through recorder.js or HTML5 api and then get a URL like blob:localhost:3000/*. Now how do I get mp3 file URL which can be passed through an api
No comments:
Post a Comment