Go to documentation repository
...
Turn on the first microphone when the sound activated recording is enabled.
| Code Block |
|---|
OnEvent("OLXA_LINE","1","accu_start") //enable sound activated recording
{
DoReact("OLXA_LINE","1","ARM"); //disable record from microphone
} |
Set minimal compression on microphone while disabling record of audio signal.
| Code Block |
|---|
OnEvent("OLXA_LINE","1","DISARM") // disable record from microphone
{
DoReact("OLXA_LINE","1","SETUP","compression<5>"); //minimal compression is set up
} |