Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1020529 // flite_say - use FLite speech engine (if installed)

JavaX fragment (include)

svoid flite_say(S voice, S text) {
  File wavFile = flite_makeWAV(voice, text);
  lock voiceOutputLock();
  playWAVAndWait(wavFile);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1020529
Snippet name: flite_say - use FLite speech engine (if installed)
Eternal ID of this version: #1020529/7
Text MD5: 97d9d71382bd5ce9253f6e3e459f4c12
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-07 00:28:47
Source code size: 138 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 308 / 334
Version history: 6 change(s)
Referenced in: [show references]