LPC generation from the cepstral coefficients

This commit is contained in:
Jean-Marc Valin 2018-10-16 20:23:20 -04:00
parent fb1d4fdec2
commit 4e331f377f
4 changed files with 26 additions and 15 deletions

View file

@ -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