Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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
    }
  2. 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
    }