1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
sndio/sndiod
Alexandre Ratchov 9ba816d28e Lower the default audio block size from 20ms to 10ms.
The new default block size is supported by virtually all devices
which allows switching between devices without further configuration.
The buffer size remains the same, so this change won't affect audio
stability.

ok mpi@
2019-09-21 06:54:59 +02:00
..
abuf.c fix trailing spaces 2016-01-08 17:24:48 +01:00
abuf.h Remove unused arguments of dev_adjpar(), getbasepath() and all 2016-03-23 07:40:46 +01:00
defs.h Crank max number of channels to 64. 2019-07-28 11:23:56 +02:00
dev.c Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
dev.h Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
dsp.c Clear resamp state array with memset. From miko@. 2018-09-26 13:36:42 +02:00
dsp.h sndiod: simplify the resampling routine 2018-06-08 08:23:22 +02:00
file.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
file.h fix trailing spaces 2016-01-08 17:24:48 +01:00
listen.c Remove unused #include <sys/signal> 2019-09-05 09:05:33 +02:00
listen.h allow listen_new_xxx() to return error, use log_xxx() 2015-12-17 15:50:37 +01:00
Makefile.in fix trailing spaces 2016-01-08 17:24:48 +01:00
midi.c Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
midi.h Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
miofile.c Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
miofile.h Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
opt.c sndiod: replace the gloal opt list with per-device lists. 2018-06-10 22:50:35 +02:00
opt.h sndiod: replace the gloal opt list with per-device lists. 2018-06-10 22:50:35 +02:00
siofile.c Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
siofile.h Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
sndiod.8 Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
sndiod.c Lower the default audio block size from 20ms to 10ms. 2019-09-21 06:54:59 +02:00
sock.c Add affinity between the program and its mixer control. 2019-07-12 08:31:01 +02:00
sock.h sndiod: Move opt pointer from the sock to the slot struct. 2018-06-11 19:52:40 +02:00
sysex.h use 0x7F as dev numer in sysex 2013-12-10 20:00:36 +01:00
utils.c Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00
utils.h Allow switching between devices without disconnecting clients, again. 2019-09-21 06:53:34 +02:00