Skip to content

Commit

Permalink
Chris/Lindsey are the default US voices. Jason/Rebecca are TTS2, what…
Browse files Browse the repository at this point in the history
…ever that is.
  • Loading branch information
benlangfeld committed Feb 27, 2014
1 parent f41abc3 commit ea1c84f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions attributes/tts.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default['lumenvox']['tts']['version'] = nil
default['lumenvox']['tts']['voices'] = [
{:voice => "Jason", :version => nil},
{:voice => "Rebecca", :version => nil}
{:voice => "Chris", :version => nil},
{:voice => "Lindsey", :version => nil}
]
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# develop
* Chris/Lindsey are the default US voices. Jason/Rebecca are TTS2, whatever that is.

# 0.1.0
* Major clean up. Too much to document
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@
required: "optional",
recipes: ['lumenvox::tts'],
default: '[
{:voice => "Jason", :version => nil},
{:voice => "Rebecca", :version => nil}
{:voice => "Chris", :version => nil},
{:voice => "Lindsey", :version => nil}
]'

0 comments on commit ea1c84f

Please sign in to comment.