1 | //lib 1009635 // marytts / voice-cmu |
2 | lib 1009638 // marytts / german |
3 | lib 1009716 // marytts / German voice? |
4 | |
5 | static void maryTTS_german2(S text) ctex {
|
6 | AudioInputStream audio; |
7 | {
|
8 | lock maryTTS_lock(); |
9 | LocalMaryInterface mary = maryTTS_init(); |
10 | mary.setLocale(localeGerman()); |
11 | audio = mary.generateAudio(text); |
12 | } |
13 | javaSound_playAudioInputStream(audio); |
14 | } |
Began life as a copy of #1009641
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009717 |
| Snippet name: | maryTTS_german2 - TODO: better voice selection |
| Eternal ID of this version: | #1009717/1 |
| Text MD5: | 7b70f870eec88838c7e997f9972c0ff9 |
| Author: | stefan |
| Category: | javax / speech |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-15 01:37:16 |
| Source code size: | 388 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 600 / 652 |
| Referenced in: | [show references] |