Looking for versatile audio board/wav player for my project
bender242
Posts: 1
I need to play some sound effects when various switches on my project are turned on, but I need them handled differently. For example, when toggle switch #1 is turned on, I need a 3-second claxon horn alarm to play, and to continue looping until I turn it off. When switch #2 is turned on, I need a 'radio chatter' sound effect to be selected at random from a predetermined pool of files and played...15 seconds after that sound completes, I need another file chosen at random from the pool and played, and so on, until switch #2 is turned off. Switch #3 might be a wav that just plays once, each time the switch is turned on.
Does anyone know of a sound board that has this kind of flexibility?
thanks!
Does anyone know of a sound board that has this kind of flexibility?
thanks!
Comments
1) VMusic2 from Vinculum. This works like the Parallax Memory Stick Datalogger and can use the same code (with some minor changes). It handles MP3 files and has stereo line output.
www.vinculum.com/prd_vmusic1.html
2) QV606m1 from Quadravox. This is pretty straightforward to control with a Stamp. It can drive a single speaker directly. It also uses MP3 files.
www.quadravox.com/frameset/qvframeset.htm
3) There's a dual channel sound sequencer using a Propeller that's in the Completed Projects forum that includes speaker switching for up to 6 speakers (each channel can be directed to one of 6 speakers). It uses two VMusic2 devices and a 7W mono amplifier for each channel. It might give you some ideas.
http://forums.parallax.com/showthread.php?p=677691
Post Edited (Mike Green) : 2/25/2009 6:56:05 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Craig Eid
www.TriadRD.com
Post Edited (Craig Eid) : 3/4/2009 12:01:17 AM GMT
Hi Mike, (newbie here)
After reading your post (and a few from other forums) I decided to run out and buy the VMusic2 module. And apparently like a lot of people, am struggling with Vinculum's lack of clear documentation. I have found some info from various people on hooking it up, but usually to other things. I've managed to load what I hope is the proper firmware, I'm just not sure how to make connections to my BASIC Stamp (BS2). Any ideas?