Wwise Audio Tools  0.5.2
Tools for working with Wwise file types
bnk.hpp File Reference

works with Wwise Soundbank files More...

#include <string>
#include <vector>
#include "kaitai/kaitaistream.h"
#include "kaitai/structs/bnk.h"
Include dependency graph for bnk.hpp:

Go to the source code of this file.

Namespaces

 wwtools::bnk
 contains helper functions for Wwise Soundbank files
 

Functions

void wwtools::bnk::extract (const std::string &indata, std::vector< std::string > &outdata)
 Extract BNK to array of WEMS. More...
 
std::string wwtools::bnk::get_info (const std::string &indata)
 get the info string More...
 
std::string wwtools::bnk::get_event_id_info (const std::string &indata, const std::string &in_event_id)
 get WEMs correlating to a BNK and an optional event ID More...
 
std::string wwtools::bnk::get_wem_id_at_index (const std::string &indata, const int &index)
 get the ID of a WEM at an index More...
 
std::string wwtools::bnk::get_event_name_from_id (const std::uint32_t &event_id)
 
std::string wwtools::bnk::get_event_action_type (bnk_t::action_type_t action_type)
 get a string with the action type from the enum More...
 

Detailed Description

works with Wwise Soundbank files

Author
Abheek Dhawan (abheekd at protonmail dot com)
Date
2022-05-26