Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use %s.mhr for the default hrtf table list | Chris Robinson | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | Support %s as a string matching marker | Chris Robinson | 2015-12-05 | 1 | -0/+1 |
| | |||||
* | Remove autowah from the excludefx list | Chris Robinson | 2015-11-09 | 1 | -2/+2 |
| | | | | | The autowah effect hasn't been enabled for some time due to issues with it breaking output, and doesn't seem likely to get fixed any time soon. | ||||
* | Update the fix-rate config option description | Chris Robinson | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | Add options to disable Pulse's and ALSA's resamplers | Chris Robinson | 2015-11-07 | 1 | -1/+15 |
| | |||||
* | Implement a band-limited sinc resampler | Chris Robinson | 2015-11-05 | 1 | -0/+2 |
| | | | | | | | | This is essentially a 12-point sinc resampler, unless it's resampling to a rate higher than the output, at which point it will vary between 12 and 24 points and do anti-aliasing to avoid/reduce frequencies going over nyquist. Code provided by Christopher Fitzgerald. | ||||
* | Replace the Lanczos window with Kaiser for the sinc resampler | Chris Robinson | 2015-11-04 | 1 | -2/+2 |
| | |||||
* | Remove the MIDI code | Chris Robinson | 2015-10-20 | 1 | -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 versions | Chris Robinson | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -2/+2 |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. | ||||
* | Implement a 6-point sinc-lanczos filter | Chris Robinson | 2015-09-29 | 1 | -0/+1 |
| | |||||
* | Auto-replace the "cubic" resampler with "sinc4" | Chris Robinson | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | Replace the cubic resampler with a 4-point sinc/lanczos filter | Chris Robinson | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | Allow the hrtf_tables option to be device-specific | Chris Robinson | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Change the hrtf config option to expect auto/true/false instead of a bool | Chris Robinson | 2015-09-04 | 1 | -4/+5 |
| | |||||
* | Make option and block names case-sensitive | Chris Robinson | 2015-09-04 | 1 | -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 options | Chris Robinson | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Document the bformat config option | Chris Robinson | 2015-08-28 | 1 | -0/+5 |
| | |||||
* | Document device-specific config options | Chris Robinson | 2015-08-28 | 1 | -29/+35 |
| | |||||
* | Update the default value for JACK's spawn-server option | Chris Robinson | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Add an option to prevent spawning a JACK server | Chris Robinson | 2014-12-22 | 1 | -0/+5 |
| | |||||
* | Add an option for an increased ringbuffer size with JACK | Chris Robinson | 2014-12-22 | 1 | -0/+14 |
| | |||||
* | Update some config descriptions | Chris Robinson | 2014-11-22 | 1 | -5/+8 |
| | |||||
* | Document the stereo-mode config option | Chris Robinson | 2014-11-22 | 1 | -0/+5 |
| | |||||
* | Remove the unused layout config options | Chris Robinson | 2014-11-08 | 1 | -19/+0 |
| | |||||
* | Remove the unused wide-stereo option | Chris Robinson | 2014-11-08 | 1 | -8/+0 |
| | |||||
* | Reorder some options in the config sample | Chris Robinson | 2014-11-08 | 1 | -41/+41 |
| | |||||
* | Allow selecting the 5.1-rear channel config from the config file | Chris Robinson | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | Remove some unnecessary config options | Chris Robinson | 2014-09-08 | 1 | -8/+0 |
| | |||||
* | Update the disable-cpu-exts config option description | Chris Robinson | 2014-06-07 | 1 | -4/+5 |
| | |||||
* | Update config file comments | Chris Robinson | 2014-03-09 | 1 | -17/+29 |
| | |||||
* | Use OpenDataFile to load soundfonts relative to data directories | Chris Robinson | 2014-02-27 | 1 | -1/+7 |
| | |||||
* | Add a note that absolute paths may be used for hrtf_tables | Chris Robinson | 2014-02-27 | 1 | -0/+1 |
| | |||||
* | Fix a config option comment | Chris Robinson | 2014-02-23 | 1 | -3/+2 |
| | |||||
* | Move the default hrtf table to an external file | Chris Robinson | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Search system-dependant data paths for relative hrtf table filenames | Chris Robinson | 2014-02-23 | 1 | -3/+7 |
| | |||||
* | Update MIDI config option texts | Chris Robinson | 2014-01-17 | 1 | -2/+9 |
| | |||||
* | Update the midi soundfont config option | Chris Robinson | 2013-12-16 | 1 | -2/+2 |
| | |||||
* | Add a config option for specifying the default MIDI soundfont | Chris Robinson | 2013-11-28 | 1 | -0/+10 |
| | |||||
* | Implement the Compressor effect | Chris Robinson | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Implement the Autowah effect. | Chris Robinson | 2013-10-03 | 1 | -2/+2 |
| | |||||
* | Check for SSE2 and set the denormals-are-zero bit for mixing if available | Chris Robinson | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Implement distortion and equalizer effects | Chris Robinson | 2013-05-18 | 1 | -2/+2 |
| | | | | Code provided by Mike Gorchak | ||||
* | Document QSA backend options, and move PulseAudio's up | Chris Robinson | 2013-03-22 | 1 | -17/+31 |
| | |||||
* | Add a QSA backend for QNX | Chris Robinson | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | Add Chorus and Flanger effects | Chris Robinson | 2013-03-13 | 1 | -2/+2 |
| | | | | Code provided by Mike Gorchak | ||||
* | Add a note about the hrtf_tables filename markers | Chris Robinson | 2012-09-12 | 1 | -1/+7 |
| | |||||
* | Add an SSE-enhanced HRTF mixer using intrinsics | Chris Robinson | 2012-08-14 | 1 | -2/+2 |
| | | | | Not as good as it could be, but it's something | ||||
* | Fix a typo | Chris Robinson | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Add a config option to disable use of CPU extensions | Chris Robinson | 2012-08-13 | 1 | -0/+7 |
| |