Hello,
I need some help converting the following function to B4A:
The normal TTS doesn't work on this device.
I need some help converting the following function to B4A:
B4X:Voice assistance interface TelephonyManager tm = (TelephonyManager)context.getSystemService(Context.TELEPHONY_S ERVICE); if(tm != null){ tm.textToVoice(mTTSText); }
The normal TTS doesn't work on this device.