parselmouth.PitchUnit#
- class parselmouth.PitchUnit#
Bases:
pybind11_objectMethods
Attributes
name(-> str)- classmethod __new__(*args, **kwargs)#
- __index__(self: parselmouth.PitchUnit) int#
- __init__(self: parselmouth.PitchUnit, value: int) None#
- __init__(self: parselmouth.PitchUnit, arg0: str) None
- __int__(self: parselmouth.PitchUnit) int#
- __str__()#
name(self: handle) -> str
- ERB = <PitchUnit.ERB: 8>#
- HERTZ = <PitchUnit.HERTZ: 0>#
- HERTZ_LOGARITHMIC = <PitchUnit.HERTZ_LOGARITHMIC: 1>#
- LOG_HERTZ = <PitchUnit.LOG_HERTZ: 3>#
- MEL = <PitchUnit.MEL: 2>#
- SEMITONES_1 = <PitchUnit.SEMITONES_1: 4>#
- SEMITONES_100 = <PitchUnit.SEMITONES_100: 5>#
- SEMITONES_200 = <PitchUnit.SEMITONES_200: 6>#
- SEMITONES_440 = <PitchUnit.SEMITONES_440: 7>#
- PitchUnit.name -> str
- property value#