I was able to use the vm-sound-pulse.so from the Squeak VM to get Pharo on Ubuntu to play sound. For whatever reason, it doesn't work anymore. I think the big problem is that sound is based on a 32-bit code and the 64-bit Ubuntu does not work with it.
Cheers, Jeff On Sat, Nov 9, 2013 at 12:14 PM, Stéphane Ducasse <[email protected] > wrote: > > On Nov 9, 2013, at 2:57 AM, Stéphane Ducasse <[email protected]> > wrote: > > 5. Test if sound works with: > FMSound clarinet2 play > > > Mariano > > I could only try the code above > May be you should put your Wave file somewhere so that we can try it > > (SampledSound fromWaveFileNamed: 'mainLoopMG2.wav') play > > > -- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
