Simple chat program that communicates using inaudible sounds
Stars
2.9k
Forks
199
Watchers
2.9k
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add @brian-armstrong's 'quiet-js' project to better projects list
a388691View on GitHubAdds links to robust projects that can do the same thing (better.)
d5a967aView on GitHubFixes comment on why freq was chosen, as tialaramex noted it made no sense.
20377c2View on GitHubUpdates options use a chunk size of 256 and a frame_length of 3. This makes things a bit faster and still seemed to work well.
d5c99beView on GitHubFixes Issue #12, where checking around a frequency that is very close to the edge of the fft would cause an index out of bounds. Also makes checking around around a frequency a little more robust.
a8ca7b1View on GitHubFixes audible squawking by not having any jumps in phase. Also cleans up envelope function.
2acabf9View on GitHub