parselmouth.SoundFileFormat#
- class parselmouth.SoundFileFormat#
Bases:
pybind11_object
Methods
Attributes
- __index__(self: parselmouth.SoundFileFormat) int #
- __init__(self: parselmouth.SoundFileFormat, value: int) None #
- __init__(self: parselmouth.SoundFileFormat, arg0: str) None
- __int__(self: parselmouth.SoundFileFormat) int #
- __new__(**kwargs)#
- __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#