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
|
ce74c43b44
|
MVE: add copyright headers, clang-format
|
2024-07-09 03:40:49 +03:00 |
|
Azamat H. Hackimov
|
ef60434f72
|
Add D2X implementation of MVE
Added D2X implementation licensed under GPLv3 terms.
Cut from c030c4531a
|
2024-07-09 03:40:49 +03:00 |
|