Increase the default effect slot and send count
commitd3cc867bd42759cb8e294d691354187984f96ff4
authorChris Robinson <chris.kcat@gmail.com>
Wed, 22 Feb 2017 00:54:55 +0000 (21 16:54 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 22 Feb 2017 00:54:55 +0000 (21 16:54 -0800)
tree3898ba30214046d880c92470ebd43247ac00d2d4
parent864d5387dda119d9faecfd62226b62f1a8af8532
Increase the default effect slot and send count

The default number of auxiliary effect slots is now 64. This can still be
raised by the config file without a hard maximum, but incurs processing cost
for each effect slot generated by the app.

The default number of source sends is now actually 2, as per the EFX docs.
However, it can be raised up to 16 via ALC_MAX_AUXILIARY_SENDS attribute
requests, rather than the previous 4.
Alc/ALc.c
OpenAL32/Include/alSource.h
alsoftrc.sample
utils/alsoft-config/mainwindow.cpp
utils/alsoft-config/mainwindow.ui