voice record/playback
panda72654
Posts: 3
I am looking to build a voice recorder/player using an isd2560, basic stamp2 and a 12 button matrix keyboard. Has anyone ever done anything similar? I would like to be able to have distinct addresses for different messages, keep them easily accessible and in a portable, easy to carry box. thanks
Comments
Look at the AP-8 by EFX-TEK http://www.efx-tek.com/topics/ap-8.html
Will save you loads of time.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Educate your children to self-control, to the habit of holding passion and prejudice and evil tendencies subject to an upright and reasoning will, and you have done much to abolish misery from their future and crimes from society"
Benjamin Franklin
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.hittconsulting.com
·
But let me ask all you brainiacs,· Can the basic stamp or SX be programed to do the following;
Sound training; (Recording)
(1) Receive a text word serially
(2) record a sound, (converted in numerical value (MP3)) and be linked to that serial text word.
(3) save the text and sound recording to external memory (2 Gig memory card)
Playback
(1) receive a· serial text word
(2) look in memory for the text word, and sound
(3) play the sound
For more complex continuous playback;
(1) receive few serial text words
(2) retrieve all the sounds for those text words
(3) play all the words with silence between the sounds
I think this is complex, but it would be interestig to make it work.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
The Propeller is capable of recording and playing short segments of sound and can interface directly to an SD memory card. It doesn't have enough internal memory to hold more than a few seconds of speech sound at a time. With some careful buffering, it could read sound files from an SD card and play them back as you describe.
There are no MP3 routines written for the Propeller, either for playback or recording. They're fairly complex and protected by patents. There are other sound recording formats, including some public domain ones. I don't know if the Propeller can handle them (something like OggVorbis). The issue is not speed, but memory for the program and work areas.
I have worked with the ISD devices and found they are not easy to program. I would suggest searching old issues of Nuts & Volts magazines. There were several articles on the ISD devices themselves and I believe some STAMP/ISD articles. I also remember other "popular" electronic's magazines carried similar articles (some did not work!). Also do some Google searches. Good luck.
The problem with ISD devices for your application is that the storage is limited and you can't offload the data since it's not stored digitally.
http://www.parallax.com/detail.asp?product_id=30006