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

Separate the mp3 upload process from the encoding process? #4

Open
iGitK72 opened this issue Aug 3, 2014 · 1 comment
Open

Separate the mp3 upload process from the encoding process? #4

iGitK72 opened this issue Aug 3, 2014 · 1 comment

Comments

@iGitK72
Copy link

iGitK72 commented Aug 3, 2014

Trying to change the flow of this so that I can choose the mp3 that I want to be uploaded to the server. Currently, I record then wav and mp3 is created and then mp3 is uploaded to the server. I only want to do the mp3 upload to the server on another button click or other event, not automatically as part of this process.

Any ideas/suggestions how to do that? I was thinking to make this two processes where one lib only has the wav encoding processes so that it works just as the basic original recorder works and then another lib with the mp3 and upload processes and then just change all the names to something unique so I can call them separately, but this is more of a hack then a solution and I am not even sure it would work since I need to get the audio blob from somewhere.

@geirman
Copy link

geirman commented Dec 10, 2014

@iGitK72 Did you end up making any progress on this? Mind sharing if you have?

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

2 participants