mirror of
https://github.com/xiph/opus.git
synced 2025-05-20 10:28:32 +00:00
Making it easier to change the frame size
This commit is contained in:
parent
38cd5cf08f
commit
dc082d7c1c
4 changed files with 7 additions and 5 deletions
|
@ -47,7 +47,7 @@ model.compile(optimizer='adam', loss='sparse_categorical_crossentropy', metrics=
|
|||
|
||||
feature_file = sys.argv[1]
|
||||
out_file = sys.argv[2]
|
||||
frame_size = 160
|
||||
frame_size = model.frame_size
|
||||
nb_features = 55
|
||||
nb_used_features = model.nb_used_features
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue