B4A Question setEngineByPackageName not working in Android 6.0.1 - PhilE (first post) Jan 22, 2018 1. Where do I find the "Code" box you suggested I use for reporting code issues?
2. I f... B4A Question Switching TTS engines - stevieg Sep 24, 2017 ("setEngineByPackageName", "new.package", "java.lang.String")
But the "setEngineByPackageName" has been Deprecated in version 4 and above so that method cannot be called... B4A Question Multi vocal synthesis Engine - Erel (first post) May 11, 2020 Have you tried to use setEngineByPackageName to switch the engine?... B4A Library TTS ID (Text To Speech) - Douglas Farias Jun 22, 2016 (25 reactions) Hello everyone. A couple of days ago I need some features that I did not find the TTS library by @Erel . They are simple functions, so I decided to use the Compile Library to share with you. The functions are basically the same as the tts of @Erel with some additional. NEW - AllAvailableLanguages - isSpeaking - TextToAudio - IsAvailableLanguage - MaxSpeechLength - GetEngines - SetEngineByPackageName The other functions are the same as the original TTS Attached there is a demo Edit: 1.1... B4A Question TTS setEngineByPackage SDK>=14 - Is there a way to implement this in B4a - Erel (first post) Jun 24, 2018 The fact that a method is deprecated doesn't mean that it cannot be used. What happens when you call setEngineByPackageName?... B4A Question TTS on Android V6 - Erel (first post) Jul 30, 2017 The engine can be set under Settings - Languages & input - Text-to-speech output. Changing the engine programmatically: https://www.b4x.com/search?query=setEngineByPackageName... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel Dec 31, 2024 (72 reactions) tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text view. It then searches the views tree for BB views and sets the engine. It is no longer needed to set the TextEngine for each view. - New MaterialIcons and FontAwesome tags. - The text can be set... platform library with several features: - Text drawing engine. - Text layout engine. - BBCode... into boxes. With BBCodeView, text is the king. The text layout engine builds the layout based on the text. This is similar to html code. However, unlike html where you need to run a monstrous engine... B4A Question Run TTS engine. - Erel (first post) Feb 3, 2015 Check the output:
Log(r.RunMethod2("SetEngineByPackageName",...)
If it not 0 then it failed to set the engine.... B4A Library ICOSTextToSpeech v1.4 with some news!!! - lonleystar (first post) Apr 10, 2012 Also, I noticed it may use this?
tts.SetEngineByPackageName("com.ivona.tts"... and realistic voice
in the
tts.SetEngineByPackageName("com.svox.pico") this i dont know... B4A Question [SOLVED] Alternative to check if WhatsApp is installed without using PackageManager - QUERY_ALL_PACKAGES on + SDK30 - scsjc Nov 8, 2021 Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch error? Sub APKinstalada(packagename As String) As Boolean Try Dim PM As PackageManager...: " & packagename) Return False End Try End Sub Dim pm As PackageManager... Page: 1 2 3 4 5 6 7 |