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

Commits on Feb 13, 2023

  1. numpy version for py310 (#2316)

    * numpy version for py310
    
    requested in #2315
    
    * Update requirements.txt
    p0p4k authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a365a7e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. 2 Configuration menu
    Copy the full SHA
    16b9862 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. OverFlow with test sentences (#2253)

    * 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.
    thennal10 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d39bc74 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Basic Mary-TTS API compatibility (#2352)

    * 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
    fquirin authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    478c817 View commit details
    Browse the repository at this point in the history
  2. add energy by default to Fastspeech2 config (#2326)

    * add energy by default
    
    * added energy to base tts
    
    * fix energy dataset
    
    * fix styles
    
    * fix test
    manmay-nakhashi authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6245130 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Remove doc bot (#2399)

    erogol authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4ca0751 View commit details
    Browse the repository at this point in the history
  2. Update docs (#2389)

    * Update docs index
    
    * Add MarryTTS docs
    
    * Update docs index
    
    * Add Overflow docs
    erogol authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c10f9a3 View commit details
    Browse the repository at this point in the history