An open API service indexing awesome lists of open source software.

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

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