edimuj / app-audioinput-demo

A Cordova app for demonstrating the microphone capture capabilities of cordova-plugin-audioinput.
https://github.com/edimuj/cordova-plugin-audioinput
MIT License
12 stars 11 forks source link

Unable get the audio file #2

Open ShyamSMoorthy opened 4 years ago

ShyamSMoorthy commented 4 years ago

Hi , I am integrating the audio input in vuejs and able to perform every operations ,But unable to get the audio file.Every time it shows recorded duration as 0.(i.e) In stopCapture function reader.onload = (evt : any) => { console.log(evt.target.result); }; evt.target.result always empty base 64 URL . Please suggest some workarounds to fix this issue.