API (python)#

Module Summary:

omni.audiorecorder

This module contains bindings to the C++ omni::audio::IAudioRecorder interface.

Module Details::

omni.audiorecorder:

This module contains bindings to the C++ omni::audio::IAudioRecorder interface. This provides functionality for simple audio recording to file or using a callback. Recording can be done in 16 bit, 32 bit or float PCM if a callback is required. Recording can be done in any format when only recording to a file. Recording to a file while simultaneously receiving data callbacks is also possible.