ICOSTextToSpeech v1.90.
the zip include:
1 - Demo.
2 - Library.
3 - license.
ICOSTextToSpeech
Author: Giuseppe Salvi
Version: 1.9
the zip include:
1 - Demo.
2 - Library.
3 - license.
ICOSTextToSpeech
Author: Giuseppe Salvi
Version: 1.9
- ICOSTextToSpeech
Events:- Ready (Success As Boolean)
- ChangeDefaultLanguage (title As String, title1 As String)
Programmatically change the default language of your phone with that choice yourself. - InitializeTTs (EventName As String, lang As String)
Initialize the object - IsSpeaking As Boolean
Return true if tts is Speaking - LanguageSettings
Go into the language settings. - Pause
Pauses playback. - ReadAndSpeakSMS (title As String, title1 As String, title2 As String, title3 As String, title4 As String)
Read And Speak SMS - Resume
resumes playback. - SetLanguageToSpeak (title As String, title1 As String)
Sets the text-to-speech language. - ShutDown
Release the Engine - ShutUp
Reinitialize the Object - Start
Starts playback from the beginning. - Stop
Stops playback. - WriteAndSpeakText (title As String, title1 As String, title2 As String, title3 As String, title4 As String)
Write and speak some text.
- DefaultEngine As String [read only]
Gets the package name of the default speech synthesis engine. - EngineByPackageName As String [write only]
This method was deprecated in API level 14. This doesn't inform callers when the TTS engine has been initialized.
can be used with the appropriate engine name.
Also, there is no guarantee that the engine specified will be loaded.
If it isn't installed or disabled, the user / system wide defaults will apply. - PitchToSpeak As Float [write only]
Sets the speech pitch for the TextToSpeech engine. - RateToSpeak As Float [write only]
Sets the speech rate. - Speaks As String [write only]
Synthesizes the given text to a file using the specified parameters. - Version As String [read only]
Author and Version of the library
Attachments
Last edited: