https://github.com/yohasebe/speak_slow
SpeakSlow modifies audio files adding pauses and/or altering speed to suit for language study
https://github.com/yohasebe/speak_slow
audio ruby sox
Last synced: 11 months ago
JSON representation
SpeakSlow modifies audio files adding pauses and/or altering speed to suit for language study
- Host: GitHub
- URL: https://github.com/yohasebe/speak_slow
- Owner: yohasebe
- License: mit
- Created: 2013-01-07T23:28:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T02:52:50.000Z (almost 13 years ago)
- Last Synced: 2025-02-12T09:09:49.716Z (11 months ago)
- Topics: audio, ruby, sox
- Language: Ruby
- Size: 3.32 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SpeakSlow
## Description
SpeakSlow modifies audio files adding pauses and/or altering speed to suit for language study
## Installation
*SpeakSlow requires [SoX - Sound eXchange](http://sox.sourceforge.net/) version 14.4.1 or greater with LAME support installed to the system. Then `gem install`*
$ gem install speak_slow
## Usage
Usage: speak_slow [options]
where: and are paths to a wav or mp3 file
[options]:
--speed, -s : Speed of output file [0.1 - 100] (default: 1.0)
--silence, -i : Length (secondes) of a pause added to each utterance [0.1 - 120]
(default: 1)
--version, -v: Print version and exit
--help, -h: Show this message