aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/portaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* 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