PyOgg
PyOgg copied to clipboard
Why `bytes_per_sample` for opus file is restricted to 16 bits?
In opus_file.py
, line 45,
self.bytes_per_sample = ctypes.sizeof(opus.opus_int16)
.
How would this work for 24bit or 32bit opus files?