aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to update device-dependant effect parameters.Chris Robinson2009-10-202-85/+68
| | | | The effect state's update method will be called afterwards
* Reduce indentation for CalcSourceParamsChris Robinson2009-10-191-264/+265
|
* Be context-agnostic in the effect Create functionsChris Robinson2009-10-192-89/+164
| | | | | | | This allows the effect Update functions to handle the playback frequency being changed. By default the effects assume a maximum frequency of 192khz, however, it can go higher at the cost of the sample buffers being cleared and the risk of an abort() if reallocation fails
* EINTR is not a fatal write errorChris Robinson2009-10-192-3/+3
|
* Fix OSS and Solaris playback loop checkChris Robinson2009-10-172-2/+2
|
* Remove duplicate check in ALSA mmap playbackChris Robinson2009-10-161-1/+1
|
* Make the dry buffer part of the deviceChris Robinson2009-10-091-1/+2
|
* Rename SetALCError for consistencyChris Robinson2009-10-076-59/+59
|
* Add missing ) in pulseaudio backendChris Robinson2009-10-021-1/+1
|
* Fix type casts for 7.1 outputChris Robinson2009-09-301-2/+2
|
* Fallback to 16-bit or 8-bit, or mono, if ALSA doesn't accept the requestChris Robinson2009-09-271-2/+35
|
* Report disconnect if the device fails to resetChris Robinson2009-09-271-1/+2
|
* Don't store the ALSA formatChris Robinson2009-09-271-9/+10
|
* Fix capture, tooChris Robinson2009-09-271-3/+3
|
* Make sure ALSA properly loads, and fix the thread stop conditionChris Robinson2009-09-271-4/+4
|
* Avoid duplicate error handlingChris Robinson2009-09-271-45/+25
|
* Load backend libs on-demandChris Robinson2009-09-274-290/+405
|
* Condense some local variablesChris Robinson2009-09-241-18/+15
|
* Check the source start position in alSourcePlayv instead of the mixerChris Robinson2009-09-241-2/+2
|
* Parse the attribute list and reset the device before creating the contextChris Robinson2009-09-241-95/+93
|
* Slightly improve the multi-channel mixing loopsChris Robinson2009-09-241-9/+3
|
* Remove the state callbacks and watch for changes synchronouslyChris Robinson2009-09-241-60/+20
|
* Get rid of unnecessary messages from pulseaudioChris Robinson2009-09-231-27/+15
|
* Properly clean up the pulse deviceChris Robinson2009-09-231-18/+1
|
* Silence unused parameter warningChris Robinson2009-09-231-0/+1
|
* Attempt to reload backend libs when probing, if they didn't initially loadChris Robinson2009-09-234-14/+14
|
* Update in properly-sized chunks for PulseAudioChris Robinson2009-09-231-9/+18
|
* Properly flip the backend entries when sorting the device listChris Robinson2009-09-221-10/+6
|
* Fix reset condition checkChris Robinson2009-09-221-1/+1
|
* (Re)allocate and clear the stereo-to-binaural filter as neededChris Robinson2009-09-212-5/+10
|
* Avoid locking a NULL context when a device is disconnectedChris Robinson2009-09-211-4/+3
|
* Reinitialize the stereo-to-binaural filter after resetting the deviceChris Robinson2009-09-211-9/+9
|
* Properly set the number of sends requested by the appChris Robinson2009-09-211-3/+3
|
* Hide the wave writer device if no output file is setChris Robinson2009-09-211-0/+3
|
* Properly handle forced 32-bit float output with DSoundChris Robinson2009-09-211-5/+5
|
* Return imediately if trying to set an unknown formatChris Robinson2009-09-216-13/+25
|
* Support floating point capture for backends that can handle itChris Robinson2009-09-212-0/+6
|
* Create the ALSA capture ring buffer with the proper sizeChris Robinson2009-09-211-1/+1
|
* Mix all pending periods at once instead of one at a timeChris Robinson2009-09-201-1/+1
|
* Let verify_state restore from an ALSA underrunChris Robinson2009-09-201-19/+8
|
* Remove left-over backend-specific period optionsChris Robinson2009-09-164-13/+5
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-169-49/+58
| | | | Also keep all the fields in sync
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-168-44/+30
|
* Restore the device frequency using the stream infoChris Robinson2009-09-161-2/+8
|
* Update the frequency with what the stream actually got set withChris Robinson2009-09-151-0/+5
|
* Properly terminate PortAudio when closingChris Robinson2009-09-151-2/+7
|
* Make a GetConfigValueBool function and use itChris Robinson2009-09-153-12/+11
|
* Pass the device to aluMixDataChris Robinson2009-09-158-39/+23
|
* Move the stereo-to-binaural filter to the deviceChris Robinson2009-09-152-15/+19
|
* Pass the frame count to aluMixDataChris Robinson2009-09-158-22/+19
|