• Max Kellermann's avatar
    music_chunk: increased chunk size to 4 kB · 3ef8cba2
    Max Kellermann authored
    A larger chunk size means less overhead for managing them.  4 kB seems
    to be a reasonable choice: it contains 23 ms of 44.1 kHz 16 bit stereo
    data, or 3 ms of 192 kHz 24 bit stereo data.  The original value of
    1020 seemed to be too small, there were quite a lot of system calls
    and context switches.
    3ef8cba2
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...