Audiokinetic Wwise Knowledge Base

Sound engine access to I/O

The sound engine obtains streaming data from the Stream Manager. Audiokinetic's default stream manager implements the AK::IAkStreamMgr interface, which is intended to schedule I/O requests in an orderly fashion, as well as managing I/O memory. Since game developers usually want to override only its "low-level part" (to customize the location of files on disk, and to hook disk reads to their own streaming technology), they simply implement the AK::StreamMgr::IAkFileLocationResolver and AK::StreamMgr::IAkLowLevelIO hook interfaces, defined in the SDK header AkStreamMgrModule.h.



Article Details

Last Updated
17th 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