Hi!
A newbie question: I want to detect a silence coming from the microphone. Can anybody give me a clue?
Thanks a lot, F.
Detecting silence
Hi!
A newbie question: I want to detect a silence coming from the microphone. Can anybody give me a clue?
Thanks a lot, F.
Welcome parmendil,
Let's say your object is [env~]. Try something like this, for a start:
[adc~]
|
[env~]
|
[- 100]
|
[vu]
|
[< -30]
|
[tgl]
Of course, you can also choose [moses]
Great! It is really that simple.
Thanks, F.
@miguelvmonroy said:
i dont no were move the [moses] ??
I meant you can use [moses -30] instead of [< -30] to try something different maybe. There are of course numerous ways to achieve similar stuff
Why do you need [env] [-100] please? Why can't I just put the signal straight into [vu]?
@Faranta because [vu] accepts control messages only.
Oops! Looks like something went wrong!