aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
Commit message (Collapse)AuthorAgeFilesLines
* Remove the MIDI codeChris Robinson2015-10-201-23/+0
| | | | | | | The extension's not going anywhere, and it can't do anything fluidsynth can't. The code maintenance and bloat is not worth keeping around, and ideally the AL API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at- time, etc).
* Replace the sinc6 resampler with sinc8, and make SSE versionsChris Robinson2015-10-111-1/+1
|
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-2/+2
| | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds.
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-291-0/+1
|
* Auto-replace the "cubic" resampler with "sinc4"Chris Robinson2015-09-281-1/+1
|
* Replace the cubic resampler with a 4-point sinc/lanczos filterChris Robinson2015-09-271-1/+1
|
* Allow the hrtf_tables option to be device-specificChris Robinson2015-09-201-1/+1
|
* Change the hrtf config option to expect auto/true/false instead of a boolChris Robinson2015-09-041-4/+5
|
* Make option and block names case-sensitiveChris Robinson2015-09-041-2/+2
| | | | | This is to avoid any issues with device names that can be case-sensitive, and strcasecmp not working properly for non-ASCII-7 uppercase characters.
* Reverse the device and block names for device-specific optionsChris Robinson2015-09-041-1/+1
|
* Document the bformat config optionChris Robinson2015-08-281-0/+5
|
* Document device-specific config optionsChris Robinson2015-08-281-29/+35
|
* Update the default value for JACK's spawn-server optionChris Robinson2015-08-261-1/+1
|
* Add an option to prevent spawning a JACK serverChris Robinson2014-12-221-0/+5
|
* Add an option for an increased ringbuffer size with JACKChris Robinson2014-12-221-0/+14
|
* Update some config descriptionsChris Robinson2014-11-221-5/+8
|
* Document the stereo-mode config optionChris Robinson2014-11-221-0/+5
|
* Remove the unused layout config optionsChris Robinson2014-11-081-19/+0
|
* Remove the unused wide-stereo optionChris Robinson2014-11-081-8/+0
|
* Reorder some options in the config sampleChris Robinson2014-11-081-41/+41
|
* Allow selecting the 5.1-rear channel config from the config fileChris Robinson2014-11-081-1/+1
|
* Remove some unnecessary config optionsChris Robinson2014-09-081-8/+0
|
* Update the disable-cpu-exts config option descriptionChris Robinson2014-06-071-4/+5
|
* Update config file commentsChris Robinson2014-03-091-17/+29
|
* Use OpenDataFile to load soundfonts relative to data directoriesChris Robinson2014-02-271-1/+7
|
* Add a note that absolute paths may be used for hrtf_tablesChris Robinson2014-02-271-0/+1
|
* Fix a config option commentChris Robinson2014-02-231-3/+2
|
* Move the default hrtf table to an external fileChris Robinson2014-02-231-1/+1
|
* Search system-dependant data paths for relative hrtf table filenamesChris Robinson2014-02-231-3/+7
|
* Update MIDI config option textsChris Robinson2014-01-171-2/+9
|
* Update the midi soundfont config optionChris Robinson2013-12-161-2/+2
|
* Add a config option for specifying the default MIDI soundfontChris Robinson2013-11-281-0/+10
|
* Implement the Compressor effectChris Robinson2013-10-031-1/+1
|
* 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
|