We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb7e00 commit 04347e6Copy full SHA for 04347e6
dnn/torch/fargan/README.md
@@ -8,9 +8,9 @@ For data preparation you need to build Opus as detailed in the top-level README.
8
You will need to use the --enable-deep-plc configure option.
9
The build will produce an executable named "dump_data".
10
To prepare the training data, run:
11
-
+```
12
./dump_data -train in_speech.pcm out_features.f32 out_speech.pcm
13
14
Where the in_speech.pcm speech file is a raw 16-bit PCM file sampled at 16 kHz.
15
The speech data used for training the model can be found at:
16
https://media.xiph.org/lpcnet/speech/tts_speech_negative_16k.sw
0 commit comments