mirror of
https://github.com/xiph/opus.git
synced 2025-05-18 09:28:30 +00:00
Adding pitch
This commit is contained in:
parent
617e462be3
commit
fd9002e98e
3 changed files with 23 additions and 6 deletions
|
@ -16,7 +16,7 @@ nb_used_features = 37
|
|||
|
||||
|
||||
def new_wavernn_model():
|
||||
pcm = Input(shape=(None, 1))
|
||||
pcm = Input(shape=(None, 2))
|
||||
feat = Input(shape=(None, nb_used_features))
|
||||
|
||||
rep = Lambda(lambda x: K.repeat_elements(x, 160, 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue