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(tts): configure tts via settings dialog #154

Merged
merged 31 commits into from
Sep 25, 2023
Merged

Commits on Sep 4, 2023

  1. feat(tts): wip: interface for tts configuration

    Mockup only:
    TTS Configuration is now available in the settings dialog
    
    The idea is that the application will save a global ttsConfig.xml file based on the user's settings, that gets used as the default value in scripts.
    marisademeglio committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e4a58fc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    fd4593f View commit details
    Browse the repository at this point in the history
  2. chore: gh build troubleshooting

    work in progress
    marisademeglio committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b2e4c31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0247087 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. chore: update test.yml

    gh build troubleshooting
    marisademeglio authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    468a456 View commit details
    Browse the repository at this point in the history
  2. chore: update test.yml

    gh build troubleshooting
    marisademeglio authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a994600 View commit details
    Browse the repository at this point in the history
  3. chore: update package.json

    gh build troubleshooting
    marisademeglio committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e64b15c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b849444 View commit details
    Browse the repository at this point in the history
  5. chore: update test.yml

    gh build troubleshooting
    marisademeglio authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dd47322 View commit details
    Browse the repository at this point in the history
  6. chore: update test.yml

    gh build troubleshooting
    marisademeglio authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3fc1794 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    aeedc07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219c5e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ab3ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11c9c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f942a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24c8ab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    0f03d03 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    686b1b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    a0280c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893a579 View commit details
    Browse the repository at this point in the history
  3. chore: gh build

    marisademeglio authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4430c6d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    3dc35d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. feat(tts): use new voices API and adjust dialog

    due to the large number of voices, the dialog now includes simple sorting and searching of the voices list
    marisademeglio committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    95589b1 View commit details
    Browse the repository at this point in the history
  2. chore: version bump

    marisademeglio committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    13dd2b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c37b27d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Revert "chore: version bump"

    This reverts commit 13dd2b4.
    marisademeglio committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0e757b3 View commit details
    Browse the repository at this point in the history
  2. chore: version bump

    marisademeglio committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    12342ac View commit details
    Browse the repository at this point in the history
  3. fix: typo

    marisademeglio committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2befaa6 View commit details
    Browse the repository at this point in the history
  4. fix: style

    also fixes a few minor typescript issues
    marisademeglio committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8deab3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b4825d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fb662e View commit details
    Browse the repository at this point in the history