]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: dsp: Avoid setting buffer that is too small.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sat, 16 Sep 2023 23:49:34 +0000 (08:49 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 17 Sep 2023 12:54:11 +0000 (21:54 +0900)
commit322c7150b25ebd2c4c2bd4e3abbe0978f66f3737
tree3e6ad851a15c205b0d2c9d43b867ed04277b1e3c
parent8484773f47ccb14a24e3b40a5b5a329ae5768f82
Cygwin: dsp: Avoid setting buffer that is too small.

The buffer size that is too small causes choppy sound. That is not
practical at all. With this patch, the minimum value of the buffer
size (i.e. fragstotal * fragsize) is restricted to 16384 bytes.

Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
winsup/cygwin/fhandler/dsp.cc
This page took 0.026705 seconds and 5 git commands to generate.