Skip to content

Instantly share code, notes, and snippets.

View sasq64's full-sized avatar
⌨️
Coding

Jonas Minnberg sasq64

⌨️
Coding
View GitHub Profile
@sasq64
sasq64 / analog.md
Last active July 3, 2021 14:54
Anlog playback control of digital media

Anlog playback control of digital media

This is the basic idea;

  • Use a standard D2A algorithm (check out the winmodem source in the linux kernel for instance) to record a sequence of timestamps onto a cassette tape, Compact Disc or even Vinyl record.

  • Connect the output of your choosen playback device to audio input of a computer (Raspberry PI).

  • Insert your media (casette) into your playback device and start playing.