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

Audio Filer #8

Open
jscrane opened this issue Feb 14, 2019 · 0 comments
Open

Audio Filer #8

jscrane opened this issue Feb 14, 2019 · 0 comments

Comments

@jscrane
Copy link
Owner

jscrane commented Feb 14, 2019

Currently we have:

  • flash_filer for "disk" I/O
  • serial_filer for I/O over the Arduino serial port

It would be interesting to add another which did the same for audio, like a true tape storage device. The output side of this is mostly done.

In hardware, the input side requires an interface with the output of a sound-card.

In software, it requires counting zero-crossings of the input signal to determine the input frequency and mapping this to bits.

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

1 participant