Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrZhabenko authored Jun 20, 2019
1 parent 6bffaaf commit c07ef98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ If you would like to have some fun, you can enter not the previous two commands,
sox *.wav speech.flac rate -m 44100 bandpass 360 10 bandreject 300 10 gain 10 channels 2 earwax gain 7 dither -S
play speech.flac

To speed up the playback, you can use a command like:

play speech.flac tempo 1.4

(For Windows users):
sox.exe 1*.wav speech.flac rate -m 44100 bandpass 360 10 bandreject 300 10 gain 10 channels 2 earwax gain 7 dither -S
play.exe speech.flac
Expand All @@ -74,3 +78,7 @@ If you would like to have some fun, you can enter not the previous two commands,

sox.exe *.wav speech.flac rate -m 44100 bandpass 360 10 bandreject 300 10 gain 10 channels 2 earwax gain 7 dither -S
play.exe speech.flac

To speed up the playback, you can use a command like:

play.exe speech.flac tempo 1.4

0 comments on commit c07ef98

Please sign in to comment.