|
RADLib
RADical C++ application framework
|
Whole-file audio decoder facade. More...
#include <RADMedia.h>
Static Public Member Functions | |
| static bool | supportsExtension (const std::string &path) |
| Returns true when path has an extension RADMedia can decode. More... | |
| static std::optional< AudioBuffer > | decodeFile (const std::string &path, std::string *error=nullptr) |
| Decodes path into Float32 interleaved samples. More... | |
| static std::vector< std::string > | supportedExtensions () |
| Returns supported audio file extensions. More... | |
Whole-file audio decoder facade.
|
static |
Decodes path into Float32 interleaved samples.
|
static |
Returns supported audio file extensions.
|
static |
Returns true when path has an extension RADMedia can decode.