mirror of
https://github.com/xiph/opus.git
synced 2025-06-01 08:07:41 +00:00
Fix rdovae exporting
This commit is contained in:
parent
bb564fab95
commit
ebccedd918
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ def print_vector(writer, vector, name, dtype='float', reshape_8x4=False, static=
|
|||
|
||||
dtype_suffix = {
|
||||
'float' : 'float',
|
||||
'opus_uint8' : 'uint8',
|
||||
'opus_int8' : 'int8',
|
||||
'opus_uint16' : 'uint16',
|
||||
'opus_int16' : 'int16',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue