UNPKG

handle-expo-speech

Version:
26 lines (15 loc) 618 B
# 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.