WwiseAudioTools
Tools for working with Wwise file types
Loading...
Searching...
No Matches
wwtools.h File Reference

helper functions for other Wwise file actions More...

#include <cstdint>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for wwtools.h:

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< BnkEntrywwtools::BnkExtract (std::string_view indata)
 extract all WEMs from a BNK soundbank with their IDs and streaming status
 

Detailed Description

helper functions for other Wwise file actions

Author
Abheek Dhawan (abheekd at protonmail dot com)
Date
2022-05-26
Note
Modernized to C++23