1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:58:11 +00:00
serenity/Libraries/LibAudio
Andreas Kling b44d3faa1c LibAudio: WAV: Don't emit the very last sample in each decoded batch.
This is a total hack, because I haven't really looked into why these are
happening. Somehow we're producing one extra sample and it's glitching
up the sound stream ever so slightly.
2019-07-28 21:34:47 +02:00
..
ABuffer.h LibAudio: Remove an unnecessary copy of sample buffers before sending them. 2019-07-27 21:28:45 +02:00
AClientConnection.cpp AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
AClientConnection.h AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
ASAPI.h AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
AWavLoader.cpp LibAudio: WAV: Don't emit the very last sample in each decoded batch. 2019-07-28 21:34:47 +02:00
AWavLoader.h Audio: Make basic streaming WAV playback work. 2019-07-27 17:27:05 +02:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00