!747 m { static S text = "Nanu nan\u00fc"; // Yo //static S text = "Nanu nanĂ¼"; // TODO: umlauts should work, it's just that they come out bad from the Java source it seems. static S voice = "Alex"; //"Gudrun"; // Leopold static Activity androidContext; p { File mp3 = new File(getProgramDir(), "bla.mp3"); makeSpeechCereproc(text, voice, mp3); androidPlayMp3(androidContext, mp3); } }