mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-01 18:28:31 +00:00
async_enqueue() is a wrapper over the async_enqueue_buffer() call to AudioServer. This allows users to asyncronously enqueue audio samples, when the program requires non-blocking audio streaming. This also makes ClientConnection use east-const everywhere.