parselmouth.SoundFileFormat#

class parselmouth.SoundFileFormat#

Bases: pybind11_object

Methods

__init__

Attributes

AIFC

AIFF

FLAC

KAY

NEXT_SUN

NIST

RAW_16_BE

RAW_16_LE

RAW_24_BE

RAW_24_LE

RAW_32_BE

RAW_32_LE

RAW_8_SIGNED

RAW_8_UNSIGNED

SESAM

WAV

WAV_24

WAV_32

name

value

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: parselmouth.SoundFileFormat) int#
__init__(self: parselmouth.SoundFileFormat, value: int) None#
__init__(self: parselmouth.SoundFileFormat, arg0: str) None
__int__(self: parselmouth.SoundFileFormat) int#
__ne__(self: object, other: object) bool#
__new__(**kwargs)#
__repr__(self: object) str#
__str__()#

name(self: handle) -> str

AIFC = <SoundFileFormat.AIFC: 2>#
AIFF = <SoundFileFormat.AIFF: 1>#
FLAC = <SoundFileFormat.FLAC: 5>#
KAY = <SoundFileFormat.KAY: 6>#
NEXT_SUN = <SoundFileFormat.NEXT_SUN: 3>#
NIST = <SoundFileFormat.NIST: 4>#
RAW_16_BE = <SoundFileFormat.RAW_16_BE: 12>#
RAW_16_LE = <SoundFileFormat.RAW_16_LE: 13>#
RAW_24_BE = <SoundFileFormat.RAW_24_BE: 14>#
RAW_24_LE = <SoundFileFormat.RAW_24_LE: 15>#
RAW_32_BE = <SoundFileFormat.RAW_32_BE: 16>#
RAW_32_LE = <SoundFileFormat.RAW_32_LE: 17>#
RAW_8_SIGNED = <SoundFileFormat.RAW_8_SIGNED: 10>#
RAW_8_UNSIGNED = <SoundFileFormat.RAW_8_UNSIGNED: 11>#
SESAM = <SoundFileFormat.SESAM: 7>#
WAV = <SoundFileFormat.WAV: 0>#
WAV_24 = <SoundFileFormat.WAV_24: 8>#
WAV_32 = <SoundFileFormat.WAV_32: 9>#
property name#
property value#