aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/wave.c
Commit message (Expand)AuthorAgeFilesLines
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-355/+0
* Use separate lists for playback and capture backendsChris Robinson2011-08-191-9/+1
* Allow the backend init functions to return failureChris Robinson2011-08-171-1/+2
* Rename the ERROR macro to ERRChris Robinson2011-07-131-4/+4
* Use logging macros in the wave backendChris Robinson2011-07-101-4/+4
* Use a proper enum for the probe typeChris Robinson2011-06-141-5/+12
* Make some declarations static or static constChris Robinson2011-05-211-1/+1
* Separate device format into 'channel config' and 'sample type' componentsChris Robinson2010-12-041-20/+19
* Fix wave and null device calculations when the timer wrapsChris Robinson2010-12-031-1/+1
* Handle the timer wrapping in the wave and null output devicesChris Robinson2010-11-211-3/+4
* Use helpers to write 16- and 32-bit valuesChris Robinson2010-11-211-53/+32
* Get rid of the device timer stuffChris Robinson2010-11-211-21/+2
* Use millisecond resolution for the Null and Wave Writer backendsChris Robinson2010-08-021-3/+11
* Use a better method to time the Null and Wave Writer backendsChris Robinson2010-08-021-11/+21
* Store the time precision with the deviceChris Robinson2010-07-251-0/+2
* Add a backend callback to get the device timeChris Robinson2010-07-241-1/+7
* Add a function to get the frame size from a formatChris Robinson2010-05-241-2/+1
* Improve timing for the wave file writerChris Robinson2010-03-241-4/+4
* Fix 8-bit output with the Wave WriterChris Robinson2010-03-241-1/+6
* Fix comment typoChris Robinson2010-03-241-1/+1
* Use size_t where appropriateChris Robinson2010-03-181-1/+2
* Create WAVEFORMATEXTENSIBLE wave files for multi-channel and float supportChris Robinson2010-03-181-28/+65
* Only allow 8- and 16-bit, and mono and stereo, wave file outputChris Robinson2010-01-121-14/+18
* Remove some unneeded functionsChris Robinson2009-12-281-33/+5
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-281-1/+1
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-0/+2
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-291-0/+2
* 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
* 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 UpdateSiz...Chris Robinson2009-08-131-23/+62
* 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
* Add a wave file writing backendChris Robinson2008-01-111-0/+335