Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Jul 30, 2021
1 parent ae617ed commit a45ceca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ cd egs/analysis_synthesis/mgc
./run.sh
```

The below is a simple example that decreases the volume of input audio.
You may need to install `sox` command on your system.
```sh
sox -t wav input.wav -c 1 -t s16 -r 16000 - | \
x2x +sd | sopr -m 0.5 | x2x +ds -r | \
sox -c 1 -t s16 -r 16000 - -t wav output.wav
```


Changes from SPTK3
------------------
Expand Down

0 comments on commit a45ceca

Please sign in to comment.