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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: