This feature is in Beta stage.


We support digital audio output generated in the Pixotope engine using the following methods:

  • embedded over SDI
  • AES/EBU* - via an SDI bnc or XLR cable

*supported only on Kona 5 (with 4K firmware)

See System Requirements for details.

Enable audio output

  1. Open the following file with a text editor
    [Pixotope installation path]\Pixotope Editor\Engine\Binaries\Win64\audio.json
  2. Set the value of the "Enabled" property to 1

  3. Edit the "Buffer" if needed. The buffer value is set in milliseconds.
  4. Save the file and restart the Pixotope Engine

The audio is currently output on all SDI channels.


Example of the default audio.json file

audio.json

{
  "Enabled": 1,
  "Buffer": 80
}
JS