Azamat H. Hackimov
|
4b8328cdfa
|
Use correct sample size for processing
Change mveaudio_process() to use sample size defined by stream.
|
2024-07-12 17:03:28 +03:00 |
|
Azamat H. Hackimov
|
976f00a1f3
|
Use SDL_QueueAudio() instead callbacks on filling sound buffer
Fixes some issues when sound buffer get exhausted before refilling.
|
2024-07-12 17:03:28 +03:00 |
|
Azamat H. Hackimov
|
2f288f6dc9
|
MVE: use deque for FIFO buffer
Replacing circular ring implementation with queue that keeps decoded data between SDL audio callbacks.
|
2024-07-09 03:40:49 +03:00 |
|
Azamat H. Hackimov
|
a5b86bd0fb
|
MVE: convert libmve files to C++
|
2024-07-09 03:40:49 +03:00 |
|