Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLog | Chris Robinson | 2016-01-17 | 1 | -0/+14 |
| | |||||
* | Update changelog | Chris Robinson | 2015-12-10 | 1 | -2/+2 |
| | |||||
* | Update changelog | Chris Robinson | 2015-12-06 | 1 | -0/+2 |
| | |||||
* | Update changelog | Chris Robinson | 2015-12-04 | 1 | -0/+14 |
| | |||||
* | Correct a comment about the new bsinc resampler | Chris Robinson | 2015-11-07 | 1 | -2/+1 |
| | | | | It always performs anti-aliasing, even when up-sampling. | ||||
* | Implement a band-limited sinc resampler | Chris Robinson | 2015-11-05 | 1 | -0/+4 |
| | | | | | | | | 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 | -1/+1 |
| | |||||
* | Add an HRTF example | Chris Robinson | 2015-10-28 | 1 | -0/+2 |
| | | | | Doubles as a psuedo-test to play a sound with HRTF. | ||||
* | Update changelog | Chris Robinson | 2015-10-16 | 1 | -0/+2 |
| | |||||
* | Update changelog | Chris Robinson | 2015-10-11 | 1 | -3/+1 |
| | |||||
* | Update changelog | Chris Robinson | 2015-10-08 | 1 | -2/+2 |
| | |||||
* | Implement a 6-point sinc-lanczos filter | Chris Robinson | 2015-09-29 | 1 | -1/+3 |
| | |||||
* | Auto-replace the "cubic" resampler with "sinc4" | Chris Robinson | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | Update changelog | Chris Robinson | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | Disable mmdevapi capture and update changelog | Chris Robinson | 2015-09-18 | 1 | -2/+2 |
| | | | | | | | Unfortunately mmdevapi does not do channel remixing or resampling, even for capture, so the device can only be opened in the mode it's configured for. For now, fallback to dsound or winmm to get the conversion until we can do it ourselves. | ||||
* | Slight changelog update | Chris Robinson | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Add word wrapping to the changelog | Chris Robinson | 2015-09-05 | 1 | -6/+13 |
| | |||||
* | Update the changelog for initial 1.17 changes | Chris Robinson | 2015-09-04 | 1 | -0/+44 |
| | |||||
* | Add a changelog, detailing notable changes for each release | Chris Robinson | 2014-08-15 | 1 | -0/+100 |