omni.audiorecorder#

Classes Summary:

AudioRecorder

An audio recorder instance.

Functions Summary:

create_audio_recorder

create_audio_recorder() -> omni::audio::AudioRecorderPtr

draw_waveform_from_blob_float

draw_waveform_from_blob_float(input: List[float], channels: int, width: int, height: int, fg_color: carb._carb.Float4, bg_color: carb._carb.Float4) -> List[int]

draw_waveform_from_blob_int16

draw_waveform_from_blob_int16(input: List[int], channels: int, width: int, height: int, fg_color: carb._carb.Float4, bg_color: carb._carb.Float4) -> List[int]

draw_waveform_from_blob_int32

draw_waveform_from_blob_int32(input: List[int], channels: int, width: int, height: int, fg_color: carb._carb.Float4, bg_color: carb._carb.Float4) -> List[int]