-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #447 from JaredF/Voice_Text_Google_Fix
Ubuntu Fixes for Google TTS Support
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,6 +229,12 @@ organizer_email = fred => [email protected], bambi => bambi => flinstone.com | |
sound_program=play | ||
@ Set this to the program used to convert sound files from mp3 to wav. Currently | ||
@ only used by the Google TTS engine. The default is ffmpeg, but this is unavailable | ||
@ on some platforms, Ubuntu for example, which requires the use of avconv instead. | ||
sound_converter= | ||
@ Set this to 1 to use fork, rather than system calls, when calling sound_program | ||
sound_fork= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters