react-native-tts icon indicating copy to clipboard operation
react-native-tts copied to clipboard

[Feature Request] Bluetooth Audio Output

Open EricPKerr opened this issue 6 years ago • 2 comments

Is it possible to have the audio be output over bluetooth? I'm not sure if the underlying TTS libraries support that, but didn't get very far in searching.

EricPKerr avatar Jul 24 '18 00:07 EricPKerr

@ak1394 it looks like this handles everything this tts library would need: https://github.com/Shinetechchina/react-native-audio-player-recorder/blob/master/ios/AudioPlayerManager.m#L255

It seems like this would always be preferred if the device is connected to a bluetooth speaker with that last else if(isBluetoothConnected) condition for bluetooth vs speaker.

EricPKerr avatar Aug 22 '18 16:08 EricPKerr

Hello, @EricPKerr the library react-native-audio-player-recorder cannot read a text like react-native-tts,it's read an audio file, do you have a solution for reading a text in a bluetooth device ?

soufian97 avatar Sep 19 '19 16:09 soufian97