aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/portaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass the frame count to aluMixDataChris Robinson2009-09-151-5/+1
|
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-6/+5
|
* Rebuild device lists when retrieving themChris Robinson2009-08-271-4/+14
|
* Close some libs when deinitializingChris Robinson2009-08-271-0/+4
|
* Store a copy of the device name in the deviceChris Robinson2009-08-271-2/+1
|
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-2/+2
|
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
|
* Support 32-bit float outputChris Robinson2009-08-151-0/+3
|
* Remove unnecessary function parametersChris Robinson2009-08-131-4/+1
|
* Don't let the device frequency change when PortAudio gets a new contextChris Robinson2009-08-131-2/+1
|
* Allow delaying playback start until context creation, and don't use ↵Chris Robinson2009-08-131-4/+19
| | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends
* Add a cast for setting a dummy pointer valueChris Robinson2009-03-101-1/+1
|
* Add a PortAudio backendChris Robinson2009-03-101-0/+239