mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
107011f119
This patch adds muting to ASMixer, which works by substituting what we would normally send to the sound card with zero-filled memory instead. We do it this way to ensure that the queued sample buffers keep getting played (silently.) This is obviously not the perfect way of doing this, and in the future we should improve on this, and also find a way to utilize any hardware mixing functions in the sound card. |
||
---|---|---|
.. | ||
ASClientConnection.cpp | ||
ASClientConnection.h | ||
ASEventLoop.cpp | ||
ASEventLoop.h | ||
ASMixer.cpp | ||
ASMixer.h | ||
AudioClient.ipc | ||
AudioServer.ipc | ||
main.cpp | ||
Makefile |