ladybird/Servers
Till Mayer 4c8341d080 LibAudio: Fixed stuttery playback of audio
When playing an ABuffer, the count of samples were determined by the
size of the SharedBuffer. This caused small pauses of up to 512
samples during the playback, when the size of the shared buffer was
rounded up to a multiple of 4096. This problem was amplified by the
fact that the AResampleHelper was created every time a new chunk of
audio was to be processed, causing inconsistencies in the playback of
wav files.
2019-10-16 16:25:38 +02:00
..
AudioServer LibAudio: Fixed stuttery playback of audio 2019-10-16 16:25:38 +02:00
LookupServer LookupServer: Remove debug spam about /etc/hosts 2019-10-16 12:10:33 +02:00
SystemServer LibCore: Convert CFile to ObjectPtr 2019-09-21 20:50:06 +02:00
TelnetServer ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 2019-10-10 21:35:12 +02:00