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 would I send the data recorded to some other API using socket.io-client? #64

Open
dmdum opened this issue Apr 8, 2022 · 2 comments

Comments

@dmdum
Copy link

dmdum commented Apr 8, 2022

In the documentation, there's an option to send the audio to wit.ai. I wanted to emit the audio somewhere else using socket.io-client. Is there a way I could do that?

@dmdum
Copy link
Author

dmdum commented Apr 8, 2022

Sorry to blatantly tag you on this @gillesdemey but would you be able to help me with this?

@PeterHaughie
Copy link

I'm building something with socket.io-client and this library at the moment. For what it's worth I'd suggest converting your output file to base64 and then sending that to a state in your socket server to pass around as you need.

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