This is an app I put together for android to show how my extension for gamemaker and android can give your games a real voice, and an adjustable speed and pitched one at that! enjoy listening to Ciri repeat whatever you text her. This app also may be useful to disabled persons wishing to speak to someone, or to correctly pronounce words in a foreign language provided you have the translated text to input.

-Press power to begin,
-Press power again to end
-Press back button on device to quit
-press enter text to type something you want to hear
-Press change language to text her in different languages by typing in USA, Canada, Germany, Italy, Japan or China (must have appropriate languages on your device)
-press pitch to change to speed adjustment
-press again to change to pitch adjustment
-slide the green slider knob to adjust pitch or speed
-press set to set the new pitch or speed

Post article RSS Articles

Hello from Roadhammer Gaming! I have released a Text to Speech Extension on the Marketplace, This extension allows an Android device to speak text input that you give it in your games! This extension works with gamemaker studio 1.4 and early access 1.99 and the Android module and is available for $1.99

UPDATE 7/24/2017 Version 3 released! Now compatible with GMS 2! What's new:

Added 2 new things to TtSBasic!
1. New function- interuptSpeech()- Stops the speech currently being spoken.
2. Added a speech timer inside the extension that fires a social async event to GMS the moment Ciri stops speaking,
the social async types returned to gms:
TYPE: whostalking
VALUE: "0" when computer is done speaking, and "2" when computer starts speaking (in string format).

YYG Marketplace Download link: TTSBasic Text to Speech Extension

Here is a link to a completed TTSBasic APK so you can test it out

icon200


TTS Android Basic is a text to speech extension for Android, This extension is intended for use on gamemaker 1.4 and early access 1.99 and you must have the android module to use it. This extension will let you input text and have the computer speak the text. Example project is included and a readme file is also included in the included files of the example project. Below is a list of the available functions and return type names from the extension:

Functions-
1. endSession()- shuts down TTS. make sure to call this before ending game!
2. speakIT()- ciri speaks whatever text you input.
3. SstInit()- call once to start text to speech, only call again if you've called endTTS() and want to restart text to speech.
4. canSpeak()- check weather text to speech is initialized. Returns integer 0 for not initialized or 1 for is initialized.
5. countryC(String)- change the default language, string can be "usa", "canada", "germany", "italy", "japan" or "china".
6,7. Next 2 functions are for getting app permissions in android m, must be called in create event of first run object in first room of game.
8. adjPitch(double)- adjust the pitch of the voice, must be greater than 0.0, the lower the number the deeper the voice 1.0 is normal.
9. adjSpeed(double)- adjust the speed of talking, must be greater than 0.0, the lower the number the slower the speech, 1.0 is normal.
10.interuptSpeech()- Stops the speech being spoken

Social async types returned to gms:
NOTE all values are returned as strings
1. initted- Query weather TTS is running.
2. whostalking- Returns "2" when ciri starts speaking and 0 when she is done speaking.
3. compsays- Converts Ciri's spoken words to text.

Dialog Async ID's triggered from GMS function get_string_async:
1. textme- gets speech from text input as a string.
sets global.wastyped to text input string.
2. chanlan- sends typed text string to function countryC() for changing language preference, see function 5 description for more info.

How to use the example project:
1. Press power button to start or stop text to speech session.
2. press input text and enter text to hear ciri speak it.
3. Press or drag the slider know to set pitch, press the set button to apply setting.
4. press the pitch button to change to speed, Press or drag the slider know to set speed, press the set button to apply setting.
5. press change language to change language to usa, canada, german, japan or china.



IMPORTANT NOTE: The end user of your game must have a tts engine on their android device, most android devices come with the engine but most do not have the language plugins, but the extension will prompt the user to install them if they are missing.
ALSO the chinese and japanese languages require a 3rd party tts engine and language plugins to work and they may have to be installed manually by the user, but that shouldn't be a problem if you live in those countries.

Screenshot 20170516 114037

Screenshot 20170516 114054

Screenshot 20170516 114137

Screenshot 20170516 114152

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

X