Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yar3333/text-to-speech-ue4
Text-to-speech UE4 plugin for Windows (SAPI). Tested on UE 4.21
https://github.com/yar3333/text-to-speech-ue4
Last synced: 3 months ago
JSON representation
Text-to-speech UE4 plugin for Windows (SAPI). Tested on UE 4.21
- Host: GitHub
- URL: https://github.com/yar3333/text-to-speech-ue4
- Owner: yar3333
- Created: 2018-11-28T13:40:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T10:14:34.000Z (over 2 years ago)
- Last Synced: 2024-06-24T01:40:11.408Z (5 months ago)
- Language: C++
- Homepage:
- Size: 1.15 MB
- Stars: 40
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TextToSpeech UE4 plugin
=======================Text-to-speech synthesis for Unreal Engine 4.21 via Windows SAPI.
Based on https://github.com/indomitusgames/TextToSpeech-UE4 (major bugfixes/improvements).How to use it
-------------* Checkout the code into your project's "Plugins" directory. It may be necessary to create it under the project root.
* Check the plugin is active in Unreal Engine 4 editor.
* The plugin exposes a new Blueprint node, "TextToWave", which output SoundWave. Just use some kind of standard "Play Sound" node to play it.TextToWave parameters:
* VoiceRequiredAttributes / String - required voice attributes - used to search most relevant voice (see https://stackoverflow.com/questions/21220156/how-to-set-voice-sapi5);
* VoiceOptionalAttributes / String - optional voice attributes;
* Rate / Int - speech speed (-10...10);
* Text / String - text to render into wave.