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

7
LINES

< > BotCompany Repo | #1007043 // williamSpeaksForSphinx - makes WAV file

JavaX fragment (include)

static void williamSpeaksForSphinx(S text, File wavFile) {
  File mp3 = william_silent(text);
  File wavFile1 = new File(wavFile.getPath() + ".temp.wav");
  mp3ToWAV_2(mp3, wavFile1);
  convertWAVForSphinx(wavFile1, wavFile);
  wavFile1.delete();
}

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: #1007043
Snippet name: williamSpeaksForSphinx - makes WAV file
Eternal ID of this version: #1007043/3
Text MD5: a2f30d374ad1a253e076b3894a1c547f
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-26 13:21:32
Source code size: 254 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 477 / 482
Version history: 2 change(s)
Referenced in: [show references]