aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
Commit message (Collapse)AuthorAgeFilesLines
* Implement the Autowah effect.Chris Robinson2013-10-031-2/+2
|
* Check for SSE2 and set the denormals-are-zero bit for mixing if availableChris Robinson2013-05-221-1/+1
|
* Implement distortion and equalizer effectsChris Robinson2013-05-181-2/+2
| | | | Code provided by Mike Gorchak
* Document QSA backend options, and move PulseAudio's upChris Robinson2013-03-221-17/+31
|
* Add a QSA backend for QNXChris Robinson2013-03-141-1/+1
|
* Add Chorus and Flanger effectsChris Robinson2013-03-131-2/+2
| | | | Code provided by Mike Gorchak
* Add a note about the hrtf_tables filename markersChris Robinson2012-09-121-1/+7
|
* Add an SSE-enhanced HRTF mixer using intrinsicsChris Robinson2012-08-141-2/+2
| | | | Not as good as it could be, but it's something
* Fix a typoChris Robinson2012-08-131-1/+1
|
* Add a config option to disable use of CPU extensionsChris Robinson2012-08-131-0/+7
|
* Add an option for wide stereo sourcesChris Robinson2012-08-091-0/+8
| | | | Replaces the old stereodup option
* Allow PulseAudio to spawn a server by defaultChris Robinson2012-06-161-5/+3
| | | | | | | Since only one backend is used at a time now, the issues with device ownership aren't really prevelant anymore. An application that tries to open all enumerated devices won't run into the problem of spawning a server and end up preventing other backend devices from working.
* Add an option to allow PulseAudio to move streamsChris Robinson2012-06-161-0/+6
| | | | | This could be made the default, if there's a safe way to update the AL device specifier.
* Remove the stereodup optionChris Robinson2012-04-291-10/+0
| | | | There's better ways to do it now with "wide" sound sources.
* Revert the default stereo layout back to -90 and +90 degreesChris Robinson2012-03-121-1/+1
| | | | | For the time being, until better stereo spatialization can be implemented and headphones can be better detected.
* Document the hrtf_tables config optionChris Robinson2012-03-111-0/+6
|
* Enforce range limits on periods and period_size.Chris Robinson2012-03-041-2/+3
|
* Update the layout config option namesChris Robinson2012-03-011-5/+5
|
* Recognize "none" to disable the default reverbChris Robinson2012-02-191-4/+4
|
* Remove mention of the environment variables from alsoftrc.sampleChris Robinson2012-02-191-9/+1
| | | | There will be a separate file to document all of them.
* Separate the format config option into channels and sample-typeChris Robinson2012-02-151-21/+17
|
* Add config options for card- and device-specific prefixes in ALSA device namesChris Robinson2012-02-111-0/+14
|
* Change the default stereo speaker positions to match the stereo channel ↵Chris Robinson2012-02-041-1/+1
| | | | | | | | | positions A separate "headphones" configuration may be nice to add for -90,+90, however not many audio APIs can detect this. Ideally HRTF would be used with headphones too, which largely ignores the speaker positions, however there could be situations where this is unfeasible or unwanted.
* Fix typo in the "CarpetedHallway" reverb presetChris Robinson2012-02-011-1/+1
|
* Fix a typoChris Robinson2012-01-241-1/+1
|
* Add a default-reverb config option, and rename __ALSOFT_FORCE_REVERB to matchChris Robinson2012-01-201-0/+11
|
* Change the default output format to 32-bit floatChris Robinson2012-01-171-1/+1
|
* Update some config option descriptionsChris Robinson2011-12-201-9/+9
|
* Use a string to specify the resampler config optionChris Robinson2011-12-201-4/+4
|
* Update a config file commentChris Robinson2011-09-181-3/+3
|
* Add an option to trap device errors in a debuggerChris Robinson2011-09-101-0/+8
|
* Add an option to trap context errors in a debuggerChris Robinson2011-09-101-0/+8
|
* Use the string ID instead of numeral index to reference the ALSA cardChris Robinson2011-08-191-2/+2
| | | | The index has a habit of changing, where the ID should be more consistent.
* Add options to specify alternate ALSA device prefixesChris Robinson2011-08-191-0/+12
|
* Add an option to emulate EAX reverb using standard reverbChris Robinson2011-07-201-0/+6
|
* Add a config option to boost reverb outputChris Robinson2011-07-201-0/+12
|
* Update the default drivers config option commentChris Robinson2011-06-221-1/+1
|
* Update alsoftrc.sampleChris Robinson2011-05-181-11/+7
|
* Add mmdevapi to alsoftrc.sampleChris Robinson2011-05-171-1/+1
|
* Re-enable duplication for stereo soundsChris Robinson2011-05-151-8/+7
|
* Remove the head_dampen optionChris Robinson2011-05-061-8/+0
| | | | Now that HRTF is properly supported, it's not needed
* Document the hrtf config optionChris Robinson2011-05-011-0/+7
|
* Add a CoreAudio backendChris Robinson2011-03-151-1/+1
| | | | Code courtesy of Garin Hiebert <[email protected]>
* Add dedicated to the list of excludefxChris Robinson2011-03-121-1/+2
|
* Re-enable channel-config-specific layout optionsChris Robinson2011-01-231-0/+10
|
* Add a cubic resamplerChris Robinson2010-11-251-0/+1
|
* Remove the cosine resamplerChris Robinson2010-11-251-1/+0
| | | | It's too slow when auxiliary sends are being used.
* Increase the max number of source sends to 4, and decrease the default to 1Chris Robinson2010-11-061-4/+4
|
* Duplicate stereo sources by defaultChris Robinson2010-09-221-5/+8
| | | | | The mixer is smart enough now to handle proper volume adjustments depending on the number of output speakers
* Update PulseAudio using period-sized chunksChris Robinson2010-07-171-11/+1
| | | | To match the behavior of other backends