1 | static void williamSpeaksForSphinx(S text, File wavFile) { |
2 | File mp3 = william_silent(text); |
3 | File wavFile1 = new File(wavFile.getPath() + ".temp.wav"); |
4 | mp3ToWAV_2(mp3, wavFile1); |
5 | convertWAVForSphinx(wavFile1, wavFile); |
6 | wavFile1.delete(); |
7 | } |
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: | 563 / 561 |
Version history: | 2 change(s) |
Referenced in: | [show references] |