mirror of
https://github.com/xiph/opus.git
synced 2025-05-21 10:58:30 +00:00
LPC generation from the cepstral coefficients
This commit is contained in:
parent
fb1d4fdec2
commit
4e331f377f
4 changed files with 26 additions and 15 deletions
|
@ -11,8 +11,8 @@ import numpy as np
|
|||
import h5py
|
||||
import sys
|
||||
|
||||
rnn_units1=512
|
||||
rnn_units2=32
|
||||
rnn_units1=384
|
||||
rnn_units2=16
|
||||
pcm_bits = 8
|
||||
embed_size = 128
|
||||
pcm_levels = 2**pcm_bits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue