Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

What are the content-types (aka MIME-types) for sound bank and package files?

0 votes
We're modifying our file loading system to use content-type meta-data (rather than file extension) to determine the type of data being loaded in a file (re: RFC 6838). In order to support loading of our audio assets, we need a content-type for our .bnk and .pck files.

Has AK registered any content-types for these file types, or otherwise have a recommended content-type string (eg. something like "audio/vnd.wwise.bank" or "application/vnd.ak.package")?

Thanks
asked Jun 24, 2014 in General Discussion by Daniel U. (100 points)

1 Answer

0 votes

I propose you use "application/vnd.wwise" followed by the file extension:

application/vnd.wwise.bnk
application/vnd.wwise.wem
application/vnd.wwise.pck

 

answered Jun 25, 2014 by Bernard R. (Audiokinetic) (35,110 points)
...