44[[nodiscard]] std::string
Wem2Ogg(std::string_view indata);
56[[nodiscard]] std::vector<BnkEntry>
BnkExtract(std::string_view indata);
Information about a WEM referenced by a BNK soundbank.
Definition wwtools.h:31
std::string data
Embedded WEM data (full file if !streamed, prefetch stub if streamed)
Definition wwtools.h:34
bool streamed
true if the WEM is streamed (external .wem file needed)
Definition wwtools.h:33
std::uint32_t id
WEM ID.
Definition wwtools.h:32