RawPcmFormat#

class omni.audioplayer.RawPcmFormat#

Bases: pybind11_object

Members:

PCM_8 : Provided raw 8-bit unsigned PCM data.

PCM_16 : Provided raw 16-bit signed PCM data.

PCM_32 : Provided raw 32-bit signed PCM data.

PCM_FLOAT : Provided raw 32-bit floating point PCM data.

Methods

__init__(self, value)

Attributes

PCM_16

PCM_32

PCM_8

PCM_FLOAT

name

value

__init__(
self: omni.audioplayer._audioplayer.RawPcmFormat,
value: int,
) None#
property name#