Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tts.py for Bing TTS support #421

Closed
wants to merge 3 commits into from

Conversation

Lugor79
Copy link

@Lugor79 Lugor79 commented Jan 3, 2016

The goal to is to replace Google TTS and be able to support many different languages.

bing-tts:
client_id: CLIENT-ID
client_secret: CLIENT-SECRET
bing_options: MaxQuality|female
language: zh-chs

The goal to is to replace Google TTS and be able to support many different languages.

bing-tts:
    client_id: CLIENT-ID
    client_secret: CLIENT-SECRET
    bing_options: MaxQuality|female
    language: zh-chs
The goal to is to replace Google TTS and be able to support many different languages.

bing-tts:
client_id: CLIENT-ID
client_secret: CLIENT-SECRET
bing_options: MaxQuality|female
language: zh-chs
Fixing whitespace for flake testing
class BingTTS(AbstractMp3TTSEngine):
"""
Uses the Bing TTS online translator
Appropiated from: https://github.com/wilfilho/BingTranslator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a problem. That code is licensed under GPL, while Jasper is MIT. So we can't incorporate that code without @wilfilho's permission. What we can do is use the API of that module (which is probably a good idea in any case).

Holzhaus added a commit that referenced this pull request Jan 11, 2016
Replaces PR #421 which can't be merged due to an incompatible license.
@Holzhaus
Copy link
Member

Because of the licensing issue I was unable to merge this. However, the desired functionality has been added in commit c9514b0.

@Holzhaus Holzhaus closed this Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants