PyOgg icon indicating copy to clipboard operation
PyOgg copied to clipboard

Why `bytes_per_sample` for opus file is restricted to 16 bits?

Open kresle opened this issue 3 years ago • 0 comments

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?

kresle avatar Feb 15 '22 06:02 kresle