aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudout
Commit message (Collapse)AuthorAgeFilesLines
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-116-597/+0
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* Updates to GAUDOUT.inmarket2014-03-053-12/+102
| | | | Add Events to the GAUDOUT api.
* Updates to GAUDOUT to allow specification of the sample format.inmarket2014-03-033-9/+10
| | | | Fix threading issues.
* First GAUDOUT work. Still incomplete but compiling.inmarket2014-02-274-2/+374
| | | | Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-194-1/+101
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-0/+10
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-251-2/+0
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-031-38/+25
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-112-0/+39
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-112-39/+0
|
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-172-0/+39
Subsystem definitions and API (not fully implemented yet)