public void TTS_Mbrolla(String words) { System.setProperty("mbrola.base", "C:\Program Files (x86)\RedQueen\src\my\invivo_project\mbrola"+".cmu_us_kal.KevinVoiceDirectory"); listAllVoices(); voice = VoiceManager.getInstance().getVoice("mbrola_us1");//"kevin16" "mbrola_us1" if (voice != null) { voice.allocate();// Allocating Voice try { voice.setRate(190);// Setting the rate of the voice voice.setPitch(150);// Setting the Pitch of the voice voice.setVolume(3);// Setting the volume of the voice SpeakText(words);//...
Hi! Plz, may you give modifed .jar that is working in Java 9 ?
Hi ! Plz can someone told (or show turtorial) how to integrate compleated NN (.nnet) to eclipse ? Step by step. I am not java programmer so i need very detailed instruction (from simple how and what lib need to be inserted) to final code line where it is possible to insert values in NN and get result (i understand how in java make simple manipulations and i will be able to set up variables from sorse)