Nicolai, can this be your problem?

btw� I can give a try to pulse module, but now now, and not for pharo3� time time time (and you know� it would be an enhancement, not a bug fix� so is for pharo4 :) )

Esteban

On 18 Mar 2014, at 09:43, Pharo4Stef <pharo4Stef@free.fr> wrote:



Begin forwarded message:

From: xavier MESSNER <xmessner@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.ducasse@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.ducasse@inria.fr>:
xavier peux-tu reessayer?


Begin forwarded message:

From: Esteban Lorenzano <estebanlm@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 <nicolaihess@web.de> wrote:

2014-03-14 21:43 GMT+01:00 Esteban Lorenzano <estebanlm@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