1.0.0 • Published 2 years ago

svelte-speech v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

svelte-speech

  1. npm install svelte-speech
  2. in your script add: import SvelteSpeech from "svelte-speech";
  3. In your HTML add: <SvelteSpeech text={"Hello World"} bind:play />

Optional properties

  • volume: range: 0 - 1
  • Pitch: range 0 - 2
  • Rate (speed): 0.2 - 2
  • bind:voices: bind all available voices to a variable
  • voice=voices[indexOfSelectedVoice]: select one of the available voices
1.0.0

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago