# HG changeset patch # User sam # Date 1739722352 -25200 # Node ID 8d26eb12f6e8bf1db202734a3d161495942f2337 # Parent b17d2b1ffc20cbde8c015c9f581403077126e3cb fix: still need somewhat larger audio buffers diff -r b17d2b1ffc20 -r 8d26eb12f6e8 semicongine/audio.nim --- a/semicongine/audio.nim Sun Feb 16 21:15:13 2025 +0700 +++ b/semicongine/audio.nim Sun Feb 16 23:12:32 2025 +0700 @@ -18,7 +18,7 @@ # TODO: actually, above statment is not true as we did not handle buffer capacity correctly # initially, needs testing when defined(linux): - const BUFFERSAMPLECOUNT = 256 + const BUFFERSAMPLECOUNT = 512 else: const BUFFERSAMPLECOUNT = 256