common : fix audio loading by miniaudio (#2862)

This commit is contained in:
Dmitry Atamanov
2025-03-04 22:05:21 +05:00
committed by GitHub
parent fc7b1ee521
commit 5b481a27a6
3 changed files with 13 additions and 36 deletions

View File

@ -134,9 +134,6 @@ gpt_vocab::id gpt_sample_top_k_top_p_repeat(
// Audio utils
//
// Check if a buffer is a WAV audio file
bool is_wav_buffer(const std::string buf);
// Write PCM data into WAV audio file
class wav_writer {
private: