I'm looking at a project that involves taking information and storing into a cassette. The problem is, I am thinking about ways to put the data on there, and all of them rely on some way of making information into a sound or something, like maybe convert it to ascii and then do pulses of certain sounds at certain times, but thats not the point right now. The problem I am having is reading in sound and doing something with it, I could easily convert data into some form of wav format, like the letter A could be a long 44Khz tone or something stupid like that...but how do I read it back into a computer? I thought about raw format and using DTMF tones, but I want some room to play with, so if they are up or down and slightly different then the pure DTMF tone, then its cool, so I can look for things close to them but how do I look for that in a file? I would like to have a file, maybe a wav to raw, and open it up in said program and see that there are 2 pulses of some tone or something like that.
Name:
Anonymous2008-02-08 23:22
Um, this shit was already done in like the 70's with the first microcomputers and modems. Learn2/FSK, PSK, QAM,etc.
Name:
Misc2008-02-08 23:27
I understand that and all, but still, I am working on a project that interacts with a microcontroller, and can use possible telephone as a transport of data. The telephone thing isn't the purpose, it's mainly to move between the microcontroller/robot to my computer, I know there are methods like RAM and such, but this is something I want to do.
Maybe a way to draw a graph from an audio file of sounds or such, any method I can play with.
Name:
Anonymous2008-02-09 3:01
>>1
Come on, you moron. Pick a carrier tone less than the nyquist frequency of your sample rate, then switch that tone on and off to represent ones and zeroes. Haven't you ever heard a modem or data stored to audio cassette stored in the standard fashion?