Hello
I'm very new to PD, but I used MAX/MSP a few years ago for a small project. Now I doing another small project and I think I might be able to use PD for this.
Here is roughly what I need to do
1. Load and play a wave file (shouldn't be too hard
-> This is a normal audio wave-file but it has a special signal embedded in it. The signal is really at tone that plays at a specific frequency (19.200 Hz).
2. I need to detect when this "tone" is on and when it is not. A "bang" when it is on would be perfect.
3. I will use the bang to set a data-pin on the parallel port to high. I don't expect this to be a big problem either. I think it has been done before? If I somehow can write directly to a memory address I'm sure it can be done.
So the big problem is step 2. Maybe FFT could be used for this? I think FFT looks very complicated and I have no idea where to start. Can somebody help me please? Please remember that I'm very new to this program and I don't know a lot about audio-signals, fft...
I should also mention that:
- I expect the 19.200 Hz tone to appear very frequently - sometimes many times per second
- I may sometimes only appear in the left or right side of the stereo-signal.
Any help would be greatly appreciated