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

Create a blob from modified audio #56

Open
mykolavlasov opened this issue Jul 9, 2018 · 0 comments
Open

Create a blob from modified audio #56

mykolavlasov opened this issue Jul 9, 2018 · 0 comments

Comments

@mykolavlasov
Copy link

mykolavlasov commented Jul 9, 2018

Hi!
Is there any way to get a blob from modified audio?

Audio.decode(new Blob([someBlob]), (err, audio) => {
   const modified = audio.slice(0, 2.0);
   // here I want to get a Blob (e.x new Blob([modified]) or smth like this)
});
@mykolavlasov mykolavlasov changed the title Create blob from modified audio Create a blob from modified audio Jul 9, 2018
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