Prop Audio Delay?
Benj
Posts: 66
Hello,
I bought a few props about a year ago and never got around to finding a project to use them in. I think I might have something now, but have no idea where to really begin or if someone has already done something like this that I can learn about.
I would like to create a device that can take a live audio input signal, buffer it, and then output it with a variable delay. For instance, it would play back with a delay of 0 - 20 seconds that the user can select with a dial. I would want it to work continuously, not just play back a recorded sound.
Any help in pointing me in the right direction would be appreciated.
I bought a few props about a year ago and never got around to finding a project to use them in. I think I might have something now, but have no idea where to really begin or if someone has already done something like this that I can learn about.
I would like to create a device that can take a live audio input signal, buffer it, and then output it with a variable delay. For instance, it would play back with a delay of 0 - 20 seconds that the user can select with a dial. I would want it to work continuously, not just play back a recorded sound.
Any help in pointing me in the right direction would be appreciated.
Comments
You can search for ...... "Stomp" on forum.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
For every stupid question there is at least one intelligent answer.
Don't guess - ask instead.
If you don't ask you won't know.
If your gonna construct something, make it·as simple as·possible yet as versatile as posible.
Sapieha
There's no way around it, you are going to need to add external memory in order to store all the information. What you want to do is entirely possible, take a look at the Open Stomp Coyote-1 (this is what Sapieha is talking about), it does looping record and playback (and effects, but thats not pertainent to the current discussion) using the Propeller and extra SRAM.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Post Edited (Paul Baker (Parallax)) : 9/24/2008 4:57:54 PM GMT
Depending on your exact Audio delay requirements, the following link might be helpful.· This link implements a Halloween·Echo effect, but basically it creates a FIFO delay buffer that keeps filling itself with some amount of decay from the original signal.
http://forums.parallax.com/showthread.php?p=676274
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
EDIT: Maybe I don't need the MAX amp if I am sending the output to an amplified speaker set?
Post Edited (Benj) : 9/24/2008 6:52:18 PM GMT
With the values above, it has a bandwith of 18kHz and under 2k output restistance.
Andy