aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudio
Commit message (Collapse)AuthorAgeFilesLines
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-218-16/+8
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-4/+4
|
* typo fixJoel Bodenmann2014-05-061-1/+1
|
* Bug fix for audio playinmarket2014-03-301-2/+2
|
* Remove some doxygen Todo's where the information is already there.inmarket2014-03-301-4/+0
|
* doxygen fixesJoel Bodenmann2014-03-282-4/+9
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-205-119/+42
|
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-117-0/+991
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.