@@ -97,12 +97,9 @@ cd egs/analysis_synthesis/mgc
9797```
9898
9999The below is a simple example that decreases the volume of input audio in ` input.wav ` .
100- You may need to install ` sox ` command on your system.
101100
102101``` sh
103- sox -t wav input.wav -c 1 -t s16 -r 16000 - |
104- x2x +sd | sopr -m 0.5 | x2x +ds -r |
105- sox -c 1 -t s16 -r 16000 - -t wav output.wav
102+ wav2raw +s input.wav | x2x +sd | sopr -m 0.5 | x2x +ds -r | raw2wav +s -s 16 > output.wav
106103```
107104
108105If you would like to draw figures, please prepare a python environment.
@@ -142,7 +139,7 @@ deactivate
142139 - ` c2sp ` -> ` mgc2sp `
143140 - ` cat2 ` and ` echo2 `
144141 - ` da `
145- - ` ds ` , ` us ` , ` us16 ` , and ` uscd ` -> ` sox `
142+ - ` ds ` , ` us ` , ` us16 ` , and ` uscd ` -> ` sox ` or ` ffmpeg `
146143 - ` fig `
147144 - ` gc2gc ` -> ` mgc2mgc `
148145 - ` gcep ` , ` mcep ` , and ` uels ` -> ` mgcep `
@@ -151,7 +148,7 @@ deactivate
151148 - ` lsp2sp ` -> ` mglsp2sp `
152149 - ` mgc2mgclsp ` and ` mgclsp2mgc `
153150 - ` psgr ` and ` xgr `
154- - ` raw2wav ` , ` wav2raw ` , ` wavjoin ` , and ` wavsplit ` -> ` sox `
151+ - ` wavjoin ` and ` wavsplit `
155152- Separated commands:
156153 - ` c2ir ` -> ` c2mpir ` and ` mpir2c `
157154 - ` dtw ` -> ` dtw ` and ` dtw_merge `
0 commit comments