Begin forwarded message:

> From: xavier MESSNER <xmess...@gmail.com>
> Subject: Re: [Pharo-dev] pharo sound should be working
> Date: 17 Mar 2014 22:12:30 GMT+1
> To: Stéphane Ducasse <stephane.duca...@inria.fr>
> 
> Salut Stéphane,
> 
> Les modifications apportées corrigent le problème. Le son fonctionne 
> correctement mais uniquement si le serveur sonore Pulseaudio n'est pas 
> démarré, ce qui n'est pas le cas pour les distributions modernes ou orientées 
> desktop. Pour avoir du son j'ai dû désactiver pulseaudio.
> 
> Voici comment j'ai procédé.
> 
> Dans ~/.pulse/client.conf
> 
> autospawn = no
> 
> Cela permet de ne pas relancer le service en automatique
> 
> Ensuite
> 
> killall pulseaudio
> 
> Maintenant je suis dans une configuration "idéale" et j'ai pu rejouer la 
> mélodie de pacman :)
> 
> Seulement, si le serveur de son pulseaudio est lancé j'ai cela qui apparaît 
> dans la console
> 
> sound_Start(default)
> soundStart: snd_add_pcm_handler: Fonction non implantée
> sound_Start(default)
> soundStart: snd_add_pcm_handler: Fonction non implantée
> 
> Je suis bien parti de la dernière version de la vm disponible comme demané.
> A mon avis lorsqu'on utilise pulseaudio, il y a conflit avec la vm qui elle 
> veut utiliser alsa.
> 
> Xavier.
> 
> 
> 2014-03-17 20:03 GMT+01:00 Stéphane Ducasse <stephane.duca...@inria.fr>:
> xavier peux-tu reessayer?
> 
> 
> Begin forwarded message:
> 
>> From: Esteban Lorenzano <esteba...@gmail.com>
>> Subject: Re: [Pharo-dev] pharo sound should be working
>> Date: 17 Mar 2014 15:45:06 GMT+1
>> To: Pharo Development List <pharo-dev@lists.pharo.org>
>> Reply-To: Pharo Development List <pharo-dev@lists.pharo.org>
>> 
>> can you check with the latest vm now?
>> 
>> btw… you need to install:
>> 
>> sudo apt-get install libasound2-plugins:i386
>> 
>> in order to prevent warnings.
>> 
>> On 15 Mar 2014, at 00:03, Nicolai Hess <nicolaih...@web.de> wrote:
>> 
>>> 2014-03-14 21:43 GMT+01:00 Esteban Lorenzano <esteba...@gmail.com>:
>>> 
>>> Hi,
>>> 
>>> so I committed some changes to allow soundplugin to work on the pharovm.
>>> can you please download and test in your platforms?
>>> 
>>> Works on windows
>>> 
>>>  
>>> 
>>> (remember, in linux you need libasound2 dependency installed)
>>> 
>>> it does not work on linux Ubuntu 12.04.2 LTS
>>> (I have installed libasound2).
>>> 
>>> Why don't we include the pulse config again and build the vm-sound-pulse 
>>> module as well?
>>> As I described it in the issue 12493, vm-sound-oss is buildable too. But 
>>> current
>>> linux distribution don't provide the older OSS sound system.
>>> (it worked for me with ubuntu 10.04 but not with 12.04)
>>>  
>>> 
>>> cheers,
>>> Esteban
>>> 
>>> 
>> 
> 
> 

Reply via email to