When opening a .wav file with floating-point sample encoding, the following error results:
wave.Error: unknown format: 3
This appears to reflect a limitation in the built-in wave library: it does not support floating point format. Is this support desirable for guano-py or outside of its use case?
When opening a
.wavfile with floating-point sample encoding, the following error results:This appears to reflect a limitation in the built-in
wavelibrary: it does not support floating point format. Is this support desirable forguano-pyor outside of its use case?