05-11-2016 05:08 AM
string to audio myrio.I want myrio to speck the string received from bluetooth module.is there any way to convert the string to audio signal and give it to audio output .
05-11-2016 08:18 AM
05-13-2016 08:48 AM - edited 05-13-2016 08:49 AM
What is the bluetooth device that is sending the data? I'm wondering if that device can perform the text to speech and just send the raw audio to be played. Windows has a Text to Speech API built in and could turn the text into just sound audio.
Other than that the myRIO is running an RT Linux, and maybe there is a package out there for it that could do the conversion.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-13-2016 11:23 AM
i am sending data from android phone?is there any way to convert text to speak at android phone and send the audio output to myrio ?if so how to implement?
05-13-2016 11:34 AM
Well have you found a text to speech API on an android? Even if you did do you know how to send raw audio from an Arduino to a myRIO over bluetooth? I'd suggest looking at all the various options and prototype each stage in the process.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-13-2016 11:35 AM
Thanks for reply