|
WwiseAudioTools
Tools for working with Wwise file types
|
helper functions for other Wwise file actions More...
#include <cstdint>#include <string>#include <string_view>#include <vector>
Go to the source code of this file.
Classes | |
| struct | wwtools::BnkEntry |
| Information about a WEM referenced by a BNK soundbank. More... | |
Namespaces | |
| namespace | wwtools |
| parent namespace for specific file type helper functions | |
Functions | |
| std::string | wwtools::Wem2Ogg (std::string_view indata) |
| get OGG file data from WEM file data | |
| std::vector< BnkEntry > | wwtools::BnkExtract (std::string_view indata) |
| extract all WEMs from a BNK soundbank with their IDs and streaming status | |
helper functions for other Wwise file actions