Hi, there. I have an instalation where one operator is talking and her voice is out by a LCD display (with speakers). Above LCD, there's a mic (with a webcam) to allow the operator to hear the people who is in front the LCD, and talk to them
The problem is that the operator hears her voice.
I want to make an echo supressor. I thought to make something like this:
[adc~]
| \
| [delwrite~ echo-supressor-A 1000]
|
[delwrite~ echo-supressor-B 1000]
[1\ <-- here, I have a Hslider too, to synch, because there's some ms delay.
|
[vd~ echo_supressor-A]
|
[*~ -1]
|
[+~ 1] [vd~ echo_supressor-B 1]
| \ / |
| X |
| / [s~ $0-out-signal]
|
[dac~]
This is just a test at home, without the computer of the instalation (now, it is in an expo).
Doing this test, I can supress audio voice... it seems to be ok, but using:
[r~ $0-out-signal]
|
[env~]
|
[- 100]
|
[vu]
it appear as full volume... but there's no sound.
Why this is like this? I suppose that the [vu] should show no sound... but it's at full.