Commit Graph

14 Commits (265e6f75c11eca4c5ba12afda74024e6b2809059)

Author SHA1 Message Date
Joel Bodenmann dad27f76ba fixing volume control for vs1053 2014-06-28 06:33:47 +02:00
Joel Bodenmann 124e0fcc19 typo 2014-06-23 17:50:55 +02:00
Joel Bodenmann 7481e82dfc VS1053 poll rate is now an overridable value 2014-06-23 17:46:15 +02:00
inmarket 16fba41d50 Added support for playing arbitrary format audio files with an intelligent audio processor like the VS1053 codec.
Demo added.
2014-06-23 18:44:50 +10:00
inmarket 68f50a3fe9 Only require GTimer for the vs1053 driver if GAUDIO is turned on. 2014-05-01 07:41:33 +10:00
inmarket 04307da6b7 Updates to vs1053 driver. Now accepting data but still no sound. 2014-04-30 22:57:15 +10:00
inmarket 81c19da89f First version vs1053 audio play driver. Compiles but not tested yet. 2014-04-29 16:35:57 +10:00
inmarket 04f03ea71d New PWM audio driver for audio output using a digital pin on a CPU 2014-03-30 19:10:31 +10:00
inmarket c16cb15ce9 Fix definition of when GADC is turned on for GADC audio driver 2014-03-30 19:08:53 +10:00
Joel Bodenmann 08e1b0ebc7 Removed the doxygen inside of every driver as doxygen is only meant for highlevel API documentation.
Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
2014-03-28 19:45:08 +01:00
inmarket 271f0c743f Updates to GADC to use new simpler gfx queued bufferring.
NOTE: code is still buggy (or the one and only driver is buggy).
2014-03-20 23:41:27 +10:00
inmarket 8b9d31ef90 Move queued buffer code from gaudio into gqueue 2014-03-20 23:33:32 +10:00
inmarket e4d6884bca Cause the gaudio/gadc driver (currently broken) to include the GADC framework if it is included in the make. 2014-03-20 23:31:10 +10:00
inmarket ea5a1b849d Combine GAUDIN and GAUDOUT into a single GAUDIO module.
Simplify GAUDIN (now GAUDIO RECORD) api.
Update audio demo's to match.
Port Win32 driver to new audio api.
2014-03-11 17:13:31 +10:00