Re: [Pharo-users] Pharo Sound of Silence

2015-01-28 Thread Xavier MESSNER
Sean P. DeNigris wrote > > Evan Donahue wrote >> I'm trying to get sounds working in Pharo > If it helps, I started a minimal wrapper of the cross-platform FMOD > library at http://smalltalkhub.com/#!/~SeanDeNigris/FMOD . I did enough to > play mp3s. Really great ! i will try this on my linux box

Re: [Pharo-users] Pharo Sound of Silence

2015-01-28 Thread Xavier MESSNER
Hi, Nicolai Hess wrote > > But I don't understand why we do not use the pulse plugin with pharo. > ( vm-sound-OSS is working too, and the source is already in the source > tree) OSS is just a pain to use today. Some apps doesn't even support it anymore. And if we want to use it with Alsa, an em

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Xavier MESSNER
Hi, > We should discuss how to solve this. Neither "copy the squeak plugin", nor > "disabe pulse-audio", > is a good solution. The two methods can be used. But I think the best is not to use the plugin. If the plugin is changing and is no longer compatible with Pharo or conversely you can no lo

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Xavier MESSNER
Hi, I have written a chapter which explain how to have sound in Pharo. You can read it here . In fact all you have to do is to disable pulse-audio to make it work. I have tested it with ubuntu 14.04 64, ubuntu

Re: [Pharo-users] New version of PharoSound

2013-08-09 Thread Xavier MESSNER
Hi Stephane, I'm always using fresh stable version with latest updates. Here it's Pharo 2.0 summer edition on Unbutu 12.04 64bits. In fact, there are a lot of wrong ways to load packages and i use them all :) (i'm novice !!) So i try to use the wright way doing : ((Smalltalk at: #ConfigurationO

Re: [Pharo-users] New version of PharoSound

2013-08-08 Thread Xavier MESSNER
Hi Stef, I've used smalltalkhub instead of squeaksource and it still work with the same packages i used in my tests, but when i load latest version sound stop working. After trying all packages i can tell that sound stop working after loading package Sound-janniklaval.74.mcz or Sound-StephaneDucas

Re: [Pharo-users] New version of PharoSound

2013-08-06 Thread Xavier MESSNER
You are right ! I will try to use this version instead and then i will update my blogs. I'll keep you in touch. Thx. Xavier. -- View this message in context: http://forum.world.st/New-version-of-PharoSound-tp4702032p4702362.html Sent from the Pharo Smalltalk Users mailing list archive at Nabb

Re: [Pharo-users] New version of PharoSound

2013-08-06 Thread Xavier MESSNER
Hi, I have updated my blog to be used with pharo 2 summer edition . I will write another to add vocal sound but it's a little more complicated. Hope it will help :) Xavier. -- View this message in context: http://forum.world.st/New-version-of-PharoSound-tp4702032p470

Re: [Pharo-users] New version of PharoSound

2013-08-05 Thread Xavier MESSNER
Hi, I have wrote a post to have sound on Pharo 1.4 and 2.0 (20576). Maybe you could have a look and try to use it to play sounds on Pharo ! My blog is here (sorry it's in french !) : http://mylittlesmalltalkworld.wordpress.com/2013/02/28/donner-de-la-voix-a-pharo/