31 static bool ReadWav(std::string_view path_name,
PCM& pcm);
32 static bool ReadOgg(std::string_view path_name,
PCM& pcm);
34 static bool ReadMp3(std::string_view path_name,
PCM& pcm);
35#if DL_PLATFORM == DL_PLATFORM_WIN32
36 static bool WriteOgg(std::string_view path_name,
const PCM& pcm);