Audiokinetic Wwise Knowledge Base

Is it possible to substitute user functions regarding File I/O (such as open(),read(),close(),seek()) with our own? If so, what are the steps to do so?

Yes this is possible. You can override the whole Wwise streaming manager by reimplementing the AK::IAkStreamMgr interface, but the easiest is of course to implement the Low-Level I/O, which is a set of interfaces defined in the SDK header AkStreamMgrModule.h. You can start with the implementation provided in the SDK's samples, then replace the platform API calls with calls to open/read/close() of your own file I/O module.


Article Details

Last Updated
22nd o February, 2010

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (0 votes)

No users have voted.

How would you rate this answer?



Thank you for rating this answer.

Related Articles

No related articles were found.

Attachments

No attachments were found.

Continue