class Donmiguel{ RiSpeech speech; Donmiguel(){ speech = new RiSpeech(p); speech.setVoice("kevin"); } void sing(String $1){ try{ speech.speak($1); } catch(Exception e){ } } }