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

Only return iOS voices that work #24

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Speech synthesis (tts) for the browser. Wrapping the browser Speech Synthesis AP
- splitting sentences into several speeches to make it sound more natural, especially for older versions of Chrome (can be disabled)
- throwing specific exceptions: explicit exceptions will be thrown if you pass parameters with incompatible values to any of the methods

Work in Chrome, opera and Safari (including ios8 and ios9 devices). Tested successfully on Ipad and Android.
Work in Chrome, opera and Safari. Tested successfully on Ipad and Android.
See browser support here : http://caniuse.com/#feat=speech-synthesis

## Demo
Expand Down Expand Up @@ -63,7 +63,7 @@ You can pass the following properties to the init function:
- voice : the voice to use // default is chosen by your browser if not provided
- rate // default 1
- pitch // default 1
- splitSentences // default true
- splitSentences // default true (or a string with custom sentence-deliminating characters: '.?!' is default)
- listeners // object of listeners to attach to the SpeechSynthesis object

```javascript
Expand Down
2 changes: 1 addition & 1 deletion demo/build/demo.bundle.js

Large diffs are not rendered by default.

Loading