You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
kresle
changed the title
Why bytes_per_sample for opus file are restricted to 16 bits?
Why bytes_per_sample for opus file is restricted to 16 bits?
Feb 15, 2022
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?
The text was updated successfully, but these errors were encountered: