aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudin/gaudin.c
Commit message (Collapse)AuthorAgeFilesLines
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-158/+0
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* First GAUDOUT work. Still incomplete but compiling.inmarket2014-02-271-4/+4
| | | | 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-191-1/+1
|
* implemented some deinit()Joel Bodenmann2014-02-021-1/+4
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-2/+7
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-1/+1
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-251-8/+13
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-19/+8
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-011-38/+158
|
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-0/+38
Subsystem definitions and API (not fully implemented yet)