Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable get the audio file #2

Open
ShyamSMoorthy opened this issue Nov 4, 2019 · 0 comments
Open

Unable get the audio file #2

ShyamSMoorthy opened this issue Nov 4, 2019 · 0 comments

Comments

@ShyamSMoorthy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant