Skip to content

Commit

Permalink
Fixes and small tweaks to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienGardeur authored Nov 28, 2024
1 parent 658e8c2 commit c487774
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ For our initial work on this project, we're focusing on voice selection based on

The outline of this work has been explored in a [GitHub discussion](https://github.com/HadrienGardeur/web-speech-recommended-voices/discussions/9) and through a [best practices document](https://github.com/HadrienGardeur/read-aloud-best-practices/blob/main/voice-selection.md).


It's currently [under review in a draft PR](https://github.com/readium/speech/pull/7).

## Demo

[A live demo](https://readium.org/speech/demo/) of the voice selection API is available.
Expand All @@ -34,7 +31,6 @@ It demonstrates the following features:
- returning a list of voices for a given language, grouped by region and sorted based on quality
- filtering languages and voices based on gender and offline availability
- using embedded test utterances to demo voices
=======

## QuickStart

Expand Down Expand Up @@ -86,7 +82,6 @@ export interface ILanguages {
}
```


#### Parse and Extract IVoices from speechSynthesis WebAPI
```
function getVoices(preferredLanguage?: string[] | string, localization?: string): Promise<IVoices[]>
Expand Down

0 comments on commit c487774

Please sign in to comment.