babycat.WaveformNamedResult¶
- class WaveformNamedResult¶
Bases:
objectA container for decoding operations that may have succeeded or failed.
WaveformNamedResultcontains either aWaveformfrom a successful audio decoding or a Python exception from a failed audio decoding.- __new__(**kwargs)¶
- __repr__()¶
Return repr(self).
- exception¶
Noneif decoding succeeded… or an exception if decoding failed.