Hi mariano did you try the sound package that is on Smalltalkhub/Pharo? or PharoExtras. We should migrate it to pharo 70 Stef On Sat, Mar 17, 2018 at 1:14 PM, Mariano Badoglio <marianobadoglio@gmail.com> wrote:
Hello!
I need to use the Pharo Sound over Ubuntu platform, but I couldn't get it work. I tryied sending the parameter vm-sound-OSS and vm-sound-ALSA to the vm but I get no results.
I am now trying to use the SDL Library. I could initialize the sound SDL_Init(SDL_INIT_AUDIO), very similar to initializing video, but when trying to use the SDL_LoadWAV, it needs a SDL_AudioSpec data type and I do not know how to do it. I tried to use an Structure as parameter but with no result, I couldn't found any similar example to follow. I will appreciate any help or tips on this.
Thanks in advance. Best regards, Mariano.