Aug. 23, 2015
5:30 p.m.
cool! I blog it. :) Le 23/8/15 16:02, Merwan Ouddane a écrit :
Hi,
I made a WAV parser, so now we can play music in Pharo :)
I made an example using OpenAL's binding from Ronnie.
You can try it with this piece of code :
Gofer new smalltalkhubUser: 'MerwanOuddane' project: 'WAVParser'; package: 'ConfigurationOfWAVParser'; load. (Smalltalk at: #ConfigurationOfWAVParser) loadBleedingEdge. (Smalltalk at: #ALExamplesWAV) exampleBirdChirping
Merwan