aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/wave.c
Commit message (Collapse)AuthorAgeFilesLines
* Hide the wave writer device if no output file is setChris Robinson2009-09-211-0/+3
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-2/+0
| | | | Also keep all the fields in sync
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
|
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+1
|
* Pass the frame count to aluMixDataChris Robinson2009-09-151-1/+1
|
* Fix wave writer backendChris Robinson2009-09-121-28/+2
|
* Mix the proper size for every update, and notify disconnectsChris Robinson2009-09-121-9/+8
|
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-8/+5
|
* Rebuild device lists when retrieving themChris Robinson2009-08-271-3/+8
|
* Store a copy of the device name in the deviceChris Robinson2009-08-271-3/+3
|
* 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/+1
|
* Remove unnecessary function parametersChris Robinson2009-08-131-4/+1
|
* Don't clamp the wave writer's update sizeChris Robinson2009-08-131-1/+1
|
* Allow delaying playback start until context creation, and don't use ↵Chris Robinson2009-08-131-23/+62
| | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends
* Fix ignored return value warningChris Robinson2009-01-261-1/+2
|
* Use volatile for member variables that are changed in a different threadChris Robinson2008-07-101-1/+1
|
* Rename UpdateFreq device field to UpdateSizeChris Robinson2008-02-121-3/+3
|
* Remove duplication of setting the max source countChris Robinson2008-01-191-1/+0
|
* Don't limit output wave filename sizeChris Robinson2008-01-111-3/+2
|
* Fix the Wave Writer's reliance on ftellChris Robinson2008-01-111-2/+3
| | | | So output can work on FIFOs
* Add a wave file writing backendChris Robinson2008-01-111-0/+335