Aug. 23, 2015
2:02 p.m.
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