-
Notifications
You must be signed in to change notification settings - Fork 31
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
Could we make the handshake process simpler? #3
Comments
Hi, Everything what I wrote above is still not included in the npm package and even mentioned in the project website. In general existing PSK solution was not working fine with mobile devices and it was in general very slow. It will be deprecated soon and replaced with new approach that will work on any device. It will use FSK modulation. Later I plan to extend it into OFDM technique. So far you can check those examples: Currently it's not possible to use new solution as production ready npm package. The reason that main npm package seems to be dead is because for the last few months I'm working on articles about data transmission in JavaScript for polish 'Programista' magazine. In fall 2017 the last, third part should be published. Then I'll have more time to focus on next Audio Network lib release and the page in general. In fact it's my hobby project so my time is very limited. In late 2017 I should publish English version of the whole series. It will cover many topics like simple and intuitive Discrete Fourier Transform algorithm, Web Audio API and simple network stack based on some kind of mixture of OSI and TCP/IP model. Answering your last question - the 'Audio Chat' example is also related to third part of the article about data transmission. Now it's not yet implemented but it should be ready in about 3 weeks :) Thanks, |
Thank you for your patient reply and they are really helpful~ |
Hi, this project is really awesome! And it may be the best DSP and sound wave library written in JS!
When I try to transmit data over sound just like what the doc says, I notice that the handshake process requires the receiver to listen to silence for a while. I guess we may make the handshake process simpler, just like the TCP or HTTP handshake:
Server side:
Client side:
I notice that there is an audio chat example, will that help to implement handshake?
I'm really new to DSP and don't know whether this request is suitable. We will really appreciate that if you give us some suggestion.
Thank you.
The text was updated successfully, but these errors were encountered: