aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gaudio
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-034-18/+18
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-083-5/+5
* Added type gFont to replace V2.x font_tinmarket2018-07-082-2/+2
* Change coord_t to gCoordinmarket2018-07-083-13/+13
* Added new type definitions - moving towards V3.0inmarket2018-06-234-12/+12
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-103-10/+10
* First set of V3 macro changesinmarket2018-02-273-36/+36
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-1/+1
* Added support for playing arbitrary format audio files with an intelligent au...inmarket2014-06-236-0/+2045
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...inmarket2014-05-091-0/+1
* Update audio play demo to play in a loop (easier for testing)inmarket2014-03-301-6/+12
* Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X AD...inmarket2014-03-241-2/+2
* Bug fixes and comments in audio recording demoinmarket2014-03-242-6/+11
* Move queued buffer code from gaudio into gqueueinmarket2014-03-203-5/+5
* Cause the gaudio/gadc driver (currently broken) to include the GADC framework...inmarket2014-03-201-1/+0
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-1112-0/+2584