Project

chorus

0.0
No commit activity in last 3 years
No release in over 3 years
Using Ruby threads and mac's "say" command to make delay and chorus effects'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

Chorus

Chorus is turns your mac into a chorus of throat singers using Ruby threads and the mac say command.

Installation

$ gem install chorus

Usage

$ chorus "I just met you. This is crazy. Here's my number. Call me maybe?"
$ chorus -h
	Usage: chorus [options] "your lyrics go here"
	    -v Voices,You,Want,To,Sing,      A comma-separated list of voices to use. Try multiple Voices with Fred*5,Kathy*2
	        --voices
	    -d, --delay SECONDSOFDELAY       The number of seconds in delay
	        --version                    Show version
	    -h, --help                       Show this message

$ chorus -d .0125 -v Kathy,Princess "Hey I just met you, This is crazy. Here's my number. Call me maybe?"

# Or Go Crazy....

$ chorus -v Fred*25 -d .25 "King Tubby On The Sound System"

Future Features

  • Passing say commands in.
  • Linux support
  • Be Pipe Friendly

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request