for the record I also tried wavParser on Ubuntu that fails too Gofer new smalltalkhubUser: 'MerwanOuddane' project: 'WAVParser'; package: 'ConfigurationOfWAVParser'; load. (Smalltalk at: #ConfigurationOfWAVParser) loadBleedingEdge.
--> (Smalltalk at: #ALExamplesWAV) exampleBirdChirping Generic failure NBFFICallout class>>signalError: NBFFICallout class(NBNativeCodeGen class)>>handleFailureIn:nativeCode: NBFFICalloutAPI>>function:emit: NativeBoostLinux32(NativeBoost)>>loadModule: NBFFICallout class(NBNativeCodeGen class)>>retrySend: OpenAL class>>loadLibrary OpenAL class>>isAvailable ALExamplesWAV>>readWAVFromStream: ALExamplesWAV class>>exampleBirdChirping UndefinedObject>>DoIt OpalCompiler>>evaluate RubSmalltalkEditor>>evaluate:andDo: RubSmalltalkEditor>>highlightEvaluateAndDo: [ textMorph textArea editor highlightEvaluateAndDo: ann action. textMorph shoutStyler style: textMorph text ] in [ textMorph textArea handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: ann action. textMorph shoutStyler style: textMorph text ] ] in GLMMorphicPharoPlaygroundRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: in Block: [ textMorph textArea editor highlightEvaluateAndDo...etc... RubEditingArea(RubAbstractTextArea)>>handleEdit: [ textMorph textArea handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: ann action. textMorph shoutStyler style: textMorph text ] ] in GLMMorphicPharoPlaygroundRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: in Block: [ textMorph textArea... WorldState>>runStepMethodsIn: WorldMorph>>runStepMethods WorldState>>doOneCycleNowFor: WorldState>>doOneCycleFor: WorldState>>doOneSubCycleFor: WorldMorph>>doOneSubCycle MenuMorph>>invokeModalAt:in:allowKeyboard: MenuMorph>>invokeModal: MenuMorph>>invokeModal [ :menu | menu setInvokingView: self editor. menu invokeModal. self changed. ^ true ] in RubEditingArea(RubAbstractTextArea)>>yellowButtonActivity: in Block: [ :menu | ... MenuMorph(Object)>>ifNotNilDo: RubEditingArea(RubAbstractTextArea)>>yellowButtonActivity: RubEditingArea(RubAbstractTextArea)>>mouseDown: RubEditingArea(Morph)>>handleMouseDown: On Thu, Nov 19, 2015 at 4:23 PM Dimitris Chloupis <kilon.al...@gmail.com> wrote: > and how i do that exactly ? > > On Thu, Nov 19, 2015 at 4:18 PM Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> 2015-11-19 15:07 GMT+01:00 Dimitris Chloupis <kilon.al...@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-the-box> >> 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 <esteba...@gmail.com> >>> wrote: >>> >>>> On 18 Nov 2015, at 13:31, Clément Bera <bera.clem...@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 <merwanoudd...@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 ? >>>>>> >>>>> >>>>> >>>>> >>>>