1.2.1 • Published 2 years ago

handle-expo-speech v1.2.1

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

Handle-Expo-Speech

- This's for handling voices from expo-speech

API documentation:

- After install expo-speech in your project, you can use it.
- By using this API, you can handle the voices you got from using :
    - the methode 'getAvailableVoices()'

Installation

- Use the following command to install it:
    - npm i handle-expo-speech

Using

- import handleVoices from 'handle-expo-speech';

// You'll pass to it the voices from using expo-speech
const handledVoices = handleVoices(voices);

What you'll have

- You'll have an array of grouped voices.