tts

  1. GMan

    Android Question TTS - Save speech output to "Anywhere"

    I want to save the spoken words of a TTS EditText to a file anywhere - Device, Cloud or sharing via FB. Is that simply possible ? Here is the depending part of the code: Sub btnSpeak_Click If EditText1.Text.Length > 0 Then TTS1.Speak(EditText1.Text, True)...
  2. J

    Android Question B4XPages & SQL & TTS

    I will be remaking my old B4A app with multiple Activities. I used SQL and TTS here. Now I want to use B4XPages. 1. I used SQL.Initialize... in B4XPage_Created in B4XMainPage file. Where is the best place to put SQL.Close? 2. I will use TTS.Speak on some pages. Where is the best place to place...
  3. SJQ

    Android Question TTS to a Traditional Walkie Talkie Network.

    Hi all, I’ve been asked by a client to look into providing a feature to our Android Notifications System. We have a bunch of IoT sensors uploading data to a cloud server in lets say Area 1, we then have an android smart display device in the client’s main office and sub office in Area 2...
  4. epiCode

    Android Question Ideal Background Service Setup

    I am using B4XPages in my project. There is a TTS module which is supposed to play even when screen is turned off. It plays for a while then pauses and resumes only when screen is unlocked ( probably as long as tts queue is clear) So after a lot of forum search - using a service seems to be the...
  5. rleiman

    Android Question [SOLVED] *** Using tts.speak causes app to crash

    Greetings everyone, I'm trying to use tts.speak and I believe I'm not using it correctly. Can you check my coding and let me know what I'm missing? I originally thought it needed Talkback to be turned on but the app still crashes on the tts.speak statement with Talkback on and off. Thanks in...
  6. epiCode

    Android Question UtteranceProgressListener() for TTS

    I am looking for a way to catch TTS onDone Event I found an old post with an example by @Erel which is no longer functional since OnUtteranceCompletedListener interface is deprecated after API 21. The interface is changed to a class now called UtteranceProgressListener I could not find any...
  7. Phayao

    Android Question ICOSTextToSpeech not working in B4XPages

    Hello, I know it's an old library - nevertheless it worked fine in the "old" way. I like it to read text from a DB verse by verse. When I place the code into B4XPages, it stops before speaking anything. The example is from the ICOSTTS library website, modified with DB use in B4XMainPage: Sub...
  8. magicmars

    Android Question TTSID - Long time to initialize

    Hi, I'm using TTSID library in some Andoid apps. I have noticed that (even with the simplest app) the initialisation of this library can be sometimes very long on some devices (about 5/10 seconds). During that time, the app stop responding (even layout animations hangs) , while waiting for the...
  9. moty22

    Share My Creation Talking Voltmeter

    It's good to talk. Voltmeter app in B4A using Text To Speech. Voltage input is at pin A0. Arduino connected to Android via OTG cable. The talking voltmeter has an adjustable timer to set the talk intervals (5 to 105 sec) and a stop button. Optional pushbutton at pin 2 of the Arduino triggers the...
  10. moty22

    Share My Creation Talking Clock

    The clock uses Text To Speech to read the time. It is set as a service so it reads time hourly at the background. Leave the clock running in your office so at least once every hour you get to hear something that makes sense.
  11. magicmars

    Android Question SOLVED - Check if TTS is available / enabled on device (TTSID)

    Hi, I have an app that use SpeechRecognition and TTS functionality : I use TTSID and SpeechRecognition_NoUi Libraries. My app work perfectly if the device have SR and TTS enabled by defaut, which is the case for most android devices, especially those with Google services enabled. If this is not...
  12. Ded31

    French TTS, choisir une synthèse vocale

    Bonjour à tous. Bien longtemps que le retraité que je suis n'est pas venu poster sur ce forum. Une petite question pour ma reprise de programmation en B4a. Voila, je me demande comment choisir une synthèse vocale quand plusieurs sont disponibles dans la même langue. J'ai en effet acheté des...
  13. Multiverse app

    B4A Library [B4X] b4xlib Cloud Text-To-Speech

    What is Cloud Text-to-Speech? Google Cloud Text-to-Speech converts text into human-like speech in more than 100 voices across 20+ languages and variants. It applies groundbreaking research in speech synthesis (WaveNet) and Google's powerful neural networks to deliver high-fidelity audio. With...
  14. Shivito1

    Android Question Google cloud TTS

    I got this working great in Python. My java skills are not good someone please look at this :Link: and give me suggestion to make this work in my b4A. Thanks :) I want to use Google cloud TTS. I have set up my free account but not sure how I hand text over to the cloud to read...
  15. Xanatos34

    Spanish Libreria TTS

    Hola, estoy intentando reproducir textos en español e ingles usando la libreria TTS. El problema es que no me entona las preguntas, osea que me pronuncia igual haya o no signos de interrogación. ¿Alguien sabe si se puede hacer esto aunque sea con otra librería? Gracias
  16. SMOOTSARA

    Android Question who to get TTS DefaultEngine name or PackageName

    Hello friends :) I use tts library who to get TTS DefaultEngine name or PackageName wiht "Reflector" ?
  17. R

    iOS Question Problem with B4i speechrecogniton and TTS

    Today i tried to use a combination of both technologies; when i first started the app, TTS was working. When i used speechrecognition, all further TTS outputs were surpressed, but i didnt get any error. My speaker was also not muted, other apps worked just fine. Any ideas?
Top