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

v0.12.0 #2390

Merged
merged 7 commits into from
Mar 13, 2023
Merged

v0.12.0 #2390

merged 7 commits into from
Mar 13, 2023

Conversation

erogol
Copy link
Member

@erogol erogol commented Mar 6, 2023

No description provided.

p0p4k and others added 4 commits February 13, 2023 10:34
* numpy version for py310

requested in #2315

* Update requirements.txt
* Fix typo in function definiton

* Swap hasattr out

hasattr(self, "speaker_manager")  and hasattr(self, "language_manager") seems to be redundant since BaseTTS defines both.
* added basic Mary-TTS API endpoints to server

- imported `parse_qs` from `urllib.parse` to parse HTTP POST parameters
- imported `render_template_string` from `flask` to return text as endpoint result
- added new routes:
  - `/locales` - returns list of locales (currently locale of active model)
  - `/voices` - returns list of voices (currently locale and name of active model)
  - `/process` - accepts synth. request (GET and POST) with parameter `INPUT_TEXT` (other parameters ignored since we have only one active model)

* better log messages for Mary-TTS API

- smaller tweaks to log output

* use f-string in log print to please linter

* updated server.py to match 'make style' result
manmay-nakhashi and others added 3 commits March 6, 2023 10:20
* add energy by default

* added energy to base tts

* fix energy dataset

* fix styles

* fix test
* Update docs index

* Add MarryTTS docs

* Update docs index

* Add Overflow docs
@erogol erogol merged commit 9bb62c5 into main Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants