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

[web][speech] Improve expo speech for web. #14516

Merged
merged 6 commits into from
Sep 23, 2021

Commits on Sep 23, 2021

  1. [web][speech] Improve expo speech for web.

    As `getVoices` is populated asynchronous, it will return an empty array, see https://stackoverflow.com/questions/49506716/speechsynthesis-getvoices-returns-empty-array-on-windows
    On native it's possible to provide a `voice`'s identifier as part of the options, to select a different voice. Allow web to do the same thing.
    Federkun committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    acc4181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c136fcb View commit details
    Browse the repository at this point in the history
  3. [web][speech] Build

    Federkun committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d85af99 View commit details
    Browse the repository at this point in the history
  4. Update packages/expo-speech/src/Speech/ExponentSpeech.web.ts

    Co-authored-by: Bartłomiej Bukowski <bartlomiejbukowski.b@gmail.com>
    Federkun and bbarthec committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    326d931 View commit details
    Browse the repository at this point in the history
  5. Fix typo in the changelog

    Federkun committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3cbb74a View commit details
    Browse the repository at this point in the history
  6. Rebuild files

    Federkun committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    727c178 View commit details
    Browse the repository at this point in the history