aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Add an extension string for the in-progress source length extensionChris Robinson2014-05-261-1/+2
* Don't print an ERR if pulse fails to get latency info due to no dataChris Robinson2014-05-261-3/+8
* Don't resume the backend if there's no contextsChris Robinson2014-05-241-10/+11
* Move the active source's offset out of the direct paramsChris Robinson2014-05-241-2/+2
* Mark a few more functions as constChris Robinson2014-05-231-4/+4
* AL_SOFT_block_alignment is now considered doneChris Robinson2014-05-221-1/+1
* Ensure a proper amount of new elements are being reserved when insertingChris Robinson2014-05-221-1/+5
* Add a needed header for the CoreAudio backendChris Robinson2014-05-221-0/+1
* The lower value of the gain vector contains the closest target valueChris Robinson2014-05-211-2/+2
* Don't clear the current and step gain values when updating a sourceChris Robinson2014-05-211-89/+66
* Use the current buffer item for static sources tooChris Robinson2014-05-211-1/+1
* Copy samples if needed in the 'copy' resamplerChris Robinson2014-05-211-9/+15
* Properly process all samples with a bandpass filterChris Robinson2014-05-211-2/+2
* Use the correct input for HRTF mixingChris Robinson2014-05-211-1/+1
* Update the active source's direct and send properties after each mixChris Robinson2014-05-211-10/+9
* Return a sample pointer from resamplersChris Robinson2014-05-193-19/+21
* Put per-channel filter properties togetherChris Robinson2014-05-192-31/+34
* Return a sample pointer from DoFiltersChris Robinson2014-05-191-14/+18
* Move an HRTF mixer parameter and shorten a couple variable namesChris Robinson2014-05-183-30/+25
* Don't pass the SendParams to the wet-path mixerChris Robinson2014-05-185-30/+31
* Don't pass the DirectParams to the dry-path mixerChris Robinson2014-05-186-84/+106
* Use different parameters for HRTF mixersChris Robinson2014-05-184-28/+42
* Pass some DirectParams as function parametersChris Robinson2014-05-186-27/+37
* Use _mm_setr_ps instead of _mm_set_psChris Robinson2014-05-181-4/+4
* Add a ALfilterState method to process multiple samples at onceChris Robinson2014-05-182-9/+19
* Support the band-pass filterChris Robinson2014-05-171-2/+4
* Apply high-pass source filters as neededChris Robinson2014-05-172-10/+68
* Implementing handling high-pass filter propertiesChris Robinson2014-05-171-1/+4
* Add a flag to specify when the low-pass filter needs to applyChris Robinson2014-05-172-16/+33
* Use logarithmic adjustment for the gain in the autowah effectChris Robinson2014-05-171-7/+7
* Ensure that LoopEnd > LoopStartChris Robinson2014-05-151-0/+1
* Initialize a pointer to NULL instead of a stringChris Robinson2014-05-151-2/+1
* Don't bother stripping whitespace from commentsChris Robinson2014-05-151-5/+1
* Initialize some variables when declaring themChris Robinson2014-05-151-4/+2
* Use an enum for the chorus and flanger waveformsChris Robinson2014-05-142-16/+54
* Don't try to read the internal capture buffer into itselfChris Robinson2014-05-141-6/+9
* Remove a dead assignmentChris Robinson2014-05-141-1/+0
* Avoid freeing an in-use capture bufferChris Robinson2014-05-141-5/+3
* Make RefCount a non-integer typeChris Robinson2014-05-142-12/+12
* Make LOWPASSFREQREF a float valueChris Robinson2014-05-112-2/+2
* Store the filter reference frequency in the sourceChris Robinson2014-05-111-12/+20
* Update the source send target gains properlyChris Robinson2014-05-111-4/+4
* Use a struct to store the source's direct gain/gainhf propertiesChris Robinson2014-05-111-6/+6
* Update the output buffer pointer in the Write_* methodsChris Robinson2014-05-101-15/+11
* Add a couple constsChris Robinson2014-05-101-2/+2
* Store the current buffer queue item, rather than played buffer countChris Robinson2014-05-102-23/+12
* Avoid checking the previous buffer multiple timesChris Robinson2014-05-101-9/+9
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-073-244/+0
* Use standard types for the RWLockChris Robinson2014-05-072-12/+12
* Move atomic method definitions to a separate common sourceChris Robinson2014-05-061-7/+0