Warn if no voices are installed

Repository details (talkie)
Project page
talkie
Project log category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
630 commits
Stars
69 stars
Commit details (4f166b64)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Warn if no voices are installed

  • Some browsers have no bundled voices, and/or cannot find any provided by the (operating) system.
    • One example is Chromium v96 installed via snap on Ubuntu 21.10
  • If no voices were loaded after a short while, notify the user.
    • Shown on the welcome and voice tabs of the options page.
Raw text
Warn if no voices are installed

- Some browsers have no bundled voices, and/or cannot find any provided by the (operating) system.
  - One example is Chromium v96 installed via `snap` on Ubuntu 21.10
- If no voices were loaded after a short while, notify the user.
  - Shown on the welcome and voice tabs of the options page.

Changed files (2)

Path Additions Deletions
code/packages/options-application/src/app/support/install-voices.tsx +45 -6
code/packages/options-application/src/containers/welcome-container.tsx +1 -1

Commit categories (3)