Hello Attila, I tried your code but the primitive #primFileValidMPEG: fails and Pharo doesn't read the mp3. I checked the mp3 file generated can be read by regular mp3 player but fails on in Pharo. Is there a specific plugin you need to compile the VM with ? I am not sure the Mpeg3Plugin is by default in any VM I have. Thanks 2015-07-04 20:46 GMT+02:00 Attila Magyar <m.magyar3@gmail.com>:
I recently created a simple google translator based text to speech engine, that calls the google webservice, saves the output mp3 in a temp file then plays it. I use the StreamingMP3Sound class from http://www.squeaksource.com/SPDProjectUpdates/ to play files.
Gofer new smalltalkhubUser: 'zeroflag' project: 'PhSpeaker'; package: 'ConfigurationOfPhSpeaker'; load. (ConfigurationOfPhSpeaker project version: #development) load.
SoundSystem soundEnabled: true. "enable sounds in Pharo"
(PTGoogleTTS language: 'en') readText: 'Hello world'.
You can check the ConfigurationOfPhSpeaker for the dependencies, and PTGoogleTTS>>playFile: for playing mp3.
-- View this message in context: http://forum.world.st/Music-in-Pharo-tp4835737p4835780.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.