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

TTS API improvements #2086

Closed
wants to merge 9 commits into from
Closed

TTS API improvements #2086

wants to merge 9 commits into from

Commits on Apr 29, 2024

  1. swagger: show /tts endpoint

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8389e25 View commit details
    Browse the repository at this point in the history
  2. update doc on COQUI_LANGUAGE env variable

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2037734 View commit details
    Browse the repository at this point in the history
  3. return errors from tts gRPC backend

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    02ab66b View commit details
    Browse the repository at this point in the history
  4. wip: handling speaker_id and language in coqui TTS backend

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9c9ead0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. TTS endpoint: add optional language paramter

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4448d9a View commit details
    Browse the repository at this point in the history
  2. tts fix: empty language string breaks non-multilingual models

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c5281dd View commit details
    Browse the repository at this point in the history
  3. allow tts param definition in config file

    - consolidate TTS options under `tts` config entry
    
    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e9720c3 View commit details
    Browse the repository at this point in the history
  4. log: error when loading backend config

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2448370 View commit details
    Browse the repository at this point in the history
  5. tts: update doc

    Signed-off-by: blob42 <contact@blob42.xyz>
    blob42 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b2361dc View commit details
    Browse the repository at this point in the history