Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Feature/mozilla tts #2713

Merged
merged 17 commits into from
Oct 7, 2020
Merged

Feature/mozilla tts #2713

merged 17 commits into from
Oct 7, 2020

Commits on Nov 22, 2019

  1. Fallback to 'en-us' when resource fails

    When mycroft_skill.find_resource fails to load a resource for self.lang
    fall back to lang 'en-us'
    as most skills/resources are available in english by default.
    
    ==== Fixed Issues ====
    MycroftAI#2120
    domcross committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    79f00e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Update mycroft_skill.py

    domcross authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    bfd0877 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from MycroftAI/dev

    update to lastest dev
    domcross authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    f98eb66 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Merge pull request #2 from MycroftAI/dev

    update dev
    domcross authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    d20cd4d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Merge pull request #3 from MycroftAI/dev

    another update
    domcross authored Jan 8, 2020
    Configuration menu
    Copy the full SHA
    d42dab0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge pull request #4 from MycroftAI/dev

    update
    domcross authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    a4328ae View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Merge pull request #5 from MycroftAI/dev

    update
    domcross authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    6bf8f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge pull request #6 from MycroftAI/dev

    update to latest dev
    domcross authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    73908fa View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge pull request #7 from MycroftAI/dev

    update to latest dev
    domcross authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ff2a977 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Merge pull request #8 from MycroftAI/dev

    update dev
    domcross authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b4a0c51 View commit details
    Browse the repository at this point in the history
  2. MozillaTTS

    Implement TTS module that works with Mozilla-TTS server.
    
    ==== Environment Notes ====
    Requires a Mozilla-TTS server running preferably in your local network.
    domcross committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    5be3b54 View commit details
    Browse the repository at this point in the history
  3. Mozilla TTS

    fix missing import and codestyle
    domcross committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    104c57a View commit details
    Browse the repository at this point in the history
  4. Mozilla TTS

    fix codestyle
    domcross committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    65e30ba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Mozilla TTS

    fix imports and example config
    domcross committed Oct 2, 2020
    1 Configuration menu
    Copy the full SHA
    d0fb378 View commit details
    Browse the repository at this point in the history
  2. Mozilla TTS

    Cache handling
    domcross committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    12ec5cb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Mozilla TTS

    remove custom cache code
    improve url handling
    domcross committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    99f534c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Mozilla TTS

    Clean up imports
    domcross committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    10ded43 View commit details
    Browse the repository at this point in the history