and how i do that exactly ? On Thu, Nov 19, 2015 at 4:18 PM Nicolai Hess <nicolaihess@gmail.com> wrote:
2015-11-19 15:07 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
thank you Esteban, it works on my IMac too :)
but on Ubuntu I am getting this error
sound_Start(default) soundStart: snd_add_pcm_handler: Function not implemented sound_Start(default) soundStart: snd_add_pcm_handler: Function not implemented
12493 <https://pharo.fogbugz.com/f/cases/12493/Sound-should-work-on-linux-out-of-th...> Sound should work on linux out of the box you can try to use squeaks sound plugin on linux for pharo (vm-sound-pulse or vm-sound-OSS)
On Thu, Nov 19, 2015 at 1:04 PM Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 18 Nov 2015, at 13:31, Clément Bera <bera.clement@gmail.com> wrote:
PharoSound was not working on Mac on my machine a few month ago. It was reported to be working on the Raspberry Pie and windows.
It works on mine, I made a couple of fixes to make it possible :)
2015-11-18 12:23 GMT-03:00 Merwan Ouddane <merwanouddane@gmail.com>:
This summer I made a wav parser, there is an example to play wav files with OpenAL.
https://pharoweekly.wordpress.com/2015/08/23/wav-parser-available/
Cheers, Merwan
On 18/11/2015 15:49, Dimitris Chloupis wrote:
I want a cross platform solution for playing audio files for my project ChronosManager. By cross platform I mean MacOS, Ubuntu and Windoom.
I assume that playback of MP3 is out of the question ?
Any ideas /suggestions ?