You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: