音频文件解析器
更多...
#include <dl_audio_loader.h>
|
| static bool | ReadWav (std::string_view path_name, PCM &pcm) |
| |
| static bool | ReadOgg (std::string_view path_name, PCM &pcm) |
| |
| static bool | ReadFlac (std::string_view path_name, PCM &pcm) |
| |
| static bool | ReadMp3 (std::string_view path_name, PCM &pcm) |
| |
| static bool | WriteOgg (std::string_view path_name, const PCM &pcm) |
| |
音频文件解析器
在文件 dl_audio_loader.h 第 21 行定义.
◆ ~AudioLoader()
| dl::AudioLoader::~AudioLoader |
( |
| ) |
|
◆ ReadFlac()
| static bool dl::AudioLoader::ReadFlac |
( |
std::string_view | path_name, |
|
|
PCM & | pcm ) |
|
static |
◆ ReadMp3()
| static bool dl::AudioLoader::ReadMp3 |
( |
std::string_view | path_name, |
|
|
PCM & | pcm ) |
|
static |
◆ ReadOgg()
| static bool dl::AudioLoader::ReadOgg |
( |
std::string_view | path_name, |
|
|
PCM & | pcm ) |
|
static |
◆ ReadWav()
| static bool dl::AudioLoader::ReadWav |
( |
std::string_view | path_name, |
|
|
PCM & | pcm ) |
|
static |
◆ WriteOgg()
| static bool dl::AudioLoader::WriteOgg |
( |
std::string_view | path_name, |
|
|
const PCM & | pcm ) |
|
static |
该类的文档由以下文件生成: