Wwise Audio Tools  0.5.2
Tools for working with Wwise file types
wwtools.hpp
Go to the documentation of this file.
1 
11 #ifndef WWTOOLS_WWTOOLS_HPP
12 #define WWTOOLS_WWTOOLS_HPP
13 
14 #include <string>
15 
21 namespace wwtools {
28 std::string wem_to_ogg(const std::string &indata);
29 } // namespace wwtools
30 
31 #endif // WWTOOLS_WWTOOLS_HPP
std::string wem_to_ogg(const std::string &indata)
get OGG file data from WEM file data
Definition: wwtools.cpp:9