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

7
LINES

< > BotCompany Repo | #1006509 // sayInEnglish - speech output on desktop or Android

JavaX fragment (include)

static volatile O sayInEnglish_class;

svoid sayInEnglish(S text) {
  if (sayInEnglish_class == null)
    sayInEnglish_class = hotwire(isAndroid() ? #1006507 : #1006508);
  call(sayInEnglish_class, "say", text);
}

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: #1006509
Snippet name: sayInEnglish - speech output on desktop or Android
Eternal ID of this version: #1006509/1
Text MD5: 40e504970cf0588738786dbe08b16927
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-11 16:37:42
Source code size: 219 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 460 / 480
Referenced in: [show references]