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

feat/ovos_dialog_tts_transformers #179

Merged
merged 10 commits into from
Oct 7, 2023
Merged

Commits on Oct 6, 2023

  1. feat/ovos_dialog_tts_transformers

    listener has AudioTransformers
    core has MetadataTransformers and UtteranceTransformers
    
    this PR extends the concept to ovos-audio for text before TTS stage, and wav file after TTS but before playback
    
    use case demonstration https://gist.github.com/JarbasAl/16788bdcff3fa5bfb3634d6f2116cc04
    
    this ties into OpenVoiceOS/ovos-persona#4
    JarbasAl committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1f81731 View commit details
    Browse the repository at this point in the history
  2. .

    JarbasAl committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9bb06a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8b46fa View commit details
    Browse the repository at this point in the history
  4. .

    JarbasAl committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e365856 View commit details
    Browse the repository at this point in the history
  5. feat/tts_transformers

    JarbasAl committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    972b887 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. fix type hints

    JarbasAl committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9cb5f2e View commit details
    Browse the repository at this point in the history
  2. Mycroft -> OpenVoiceOS

    JarbasAl committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    dcdb3f6 View commit details
    Browse the repository at this point in the history
  3. missing import

    JarbasAl committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a4e2205 View commit details
    Browse the repository at this point in the history
  4. fix test

    JarbasAl committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fe66b6a View commit details
    Browse the repository at this point in the history
  5. fix test

    JarbasAl committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    8b7c7cc View commit details
    Browse the repository at this point in the history