Before I actually start writing audio (and images!) to disk, I need to make sure my write/read technique/circuitry is "sound"...
I've implemented the test-circuitry via comparators, just for the heck of it. And to (later) demonstrate how easy it is to make use of floppy-data... no microcontroller necessary! But, we're still a ways off from that.
First, the audio is converted to PWM.
Then both PWM edges are converted to falling-edge pulses.
This, then, could be fed directly into a floppy drive's "write data" input, storing the PWM on-disk.
When read-back from the disk, the floppy drive will give these same falling-edge pulses to indicate each edge of the recorded PWM.
That, then, gets fed into my single-comparator T-Flip-Flop, to convert those falling-edges back into PWM, then directly drives a speaker.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.