Project

speak_slow

0.0
No commit activity in last 3 years
No release in over 3 years
SpeakSlow modifies audio files adding pauses and/or altering speed to suit for language study
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 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 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] <input file> <output file>
where: <input file> and <output file> are paths to a wav or mp3 file

[options]:
    --speed, -s <f>:   Speed of output file [0.1 - 100] (default: 1.0)
  --silence, -i <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