Page 1 of 1

sound lib wrapper example?

PostPosted: Oct 30, 2008 @ 9:08pm
by CHRISGNICHOLAS
I notice in ESound class the mention: "Other sound libraries can be added by creating a custom wrapper" .

Are there any examples and/or documentation of how to do this?

thanks in advance!
Chris

PostPosted: Nov 3, 2008 @ 11:42am
by edge
Hi Chris,

In the edge\include\esound folder there are two files. These are the sound wrappers currently being used. For a good example on how to implement the wrapper, take a look at the hekkus header file. The silent file can be used as a template for creating your new wrapper.