sdl : fix audio callback (#1523)

This commit is contained in:
Georgi Gerganov
2023-11-20 13:16:38 +02:00
committed by GitHub
parent 8159a9ab99
commit a01b2e0971
2 changed files with 7 additions and 5 deletions

View File

@ -41,7 +41,6 @@ private:
std::mutex m_mutex;
std::vector<float> m_audio;
std::vector<float> m_audio_new;
size_t m_audio_pos = 0;
size_t m_audio_len = 0;
};