dl
dl::AudioLoader类 参考

音频文件解析器 更多...

#include <dl_audio_loader.h>

struct  PCM
 

Public 成员函数

 ~AudioLoader ()
 

静态 Public 成员函数

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.h21 行定义.

构造及析构函数说明

◆ ~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

该类的文档由以下文件生成: