Hi Stef,

Answers are in previous message :�
�> I use : Pharo-1.3-13315-OneClick.app��
(I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )

My environnemt is windows 7 64bits,
for information, I try Squeak 4.2 and the Sound package works on my box.


2012/2/20 St�phane Ducasse <stephane.ducasse@inria.fr>
vincent

which vm are you using?
On which OS are you?
Because on mac lion I used the cocoa blessed VM and it works that is on jenkins. Now on 64 bits I do not know.

Stef

On Feb 19, 2012, at 10:26 PM, Vincent Lesbros wrote:

> Hi,
>
> I am new to Pharo,
> I try to get a sound from the SoundPlayer.
>
> I use : Pharo-1.3-13315-OneClick.app
>
> I did :
> �BaseSoundSystem soundEnabled: true
>
> I create an instance of AbstractSound, from the beep example, or an instance ofPluckedSound... whatever.
> And, when I send the message play,
> the primitive to play the sound fails.
>
> primSoundStartBufferSize: bufferSize rate: samplesPerSecond stereo: stereoFlag
> � � � "Start double-buffered sound output with the given buffer size and sampling rate. This version has been superceded by primitive 171 (primSoundStartBufferSize:rate:stereo:semaIndex:)."
> � � � "ar 12/5/1998 Turn off the sound if not supported"
> � � � <primitive: 'primitiveSoundStart' module: 'SoundPlugin'>
> � � � SoundSupported := false.
> La primitive �choue et le flag SoundSupported est remis � false.
>
> My environnemt is windows 7 64bits,
> I do have a sound card !!
>
>
> Where is the good plugin and how should I activate it ?
>
> thanks,
>
> VL.
>
>