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

How to save it on server instead download ? #24

Open
vwebtech opened this issue Feb 2, 2018 · 4 comments
Open

How to save it on server instead download ? #24

vwebtech opened this issue Feb 2, 2018 · 4 comments

Comments

@vwebtech
Copy link

vwebtech commented Feb 2, 2018

Hi buddy . you did great job already.
I am new to this , can you please help me
how i can save the audio file directly to the server.
I know you will have batter solution guys.

Thanks.

@HarshRookie
Copy link

@vwebtech Did you get the solution? If yes, please can you share it?

@axew3
Copy link

axew3 commented Apr 26, 2018

@HarshRookie @vwebtech You need to grab the stream, and pass it via an XHR post request to some Php file/script (if using php as server side language). I will put an example as i can if no body else done it. On a script i've prepare, it for convenience convert the stereo wav in mono, so the resulting wav is suitable also to be passed to google speech api (for example).

@rmalav15
Copy link

Hey @axew3, Can you please share the example? If you have completed it.

Much Thanks

@axew3
Copy link

axew3 commented May 26, 2018

Yes. It is here:
https://github.com/axew3/monowaw-AudioRecorder
This is very basic, but working example, that of course need to be executed into a server where Php is running on.

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

4 participants