mirror of https://github.com/MycroftAI/mimic2.git
Bump default sample rate up to 22kHz
parent
475ed791bf
commit
d0e09d064a
|
@ -12,7 +12,7 @@ hparams = tf.contrib.training.HParams(
|
|||
num_freq=1025,
|
||||
min_mel_freq=125,
|
||||
max_mel_freq=7600,
|
||||
sample_rate=20000,
|
||||
sample_rate=22000,
|
||||
frame_length_ms=50,
|
||||
frame_shift_ms=12.5,
|
||||
preemphasis=0.97,
|
||||
|
|
Loading…
Reference in New Issue