ugfx/drivers/gaudio/Win32
inmarket fa8167b94d Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
2015-01-21 17:26:24 +10:00
..
driver.mk New makefile structure. Also OSX board defintion 2014-09-28 01:42:30 +10:00
gaudio_play_config.h Removed the doxygen inside of every driver as doxygen is only meant for highlevel API documentation. 2014-03-28 19:45:08 +01:00
gaudio_play_lld.c Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gaudio_record_config.h Removed the doxygen inside of every driver as doxygen is only meant for highlevel API documentation. 2014-03-28 19:45:08 +01:00
gaudio_record_lld.c Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
readme.txt Combine GAUDIN and GAUDOUT into a single GAUDIO module. 2014-03-11 17:13:31 +10:00

readme.txt

This driver uses the Win32 audio system to provide GAUDIO play and record channels.

For PLAY   - It supports 2 channels, Channel 0 being a mono channel and Channel 1 being a stereo channel.
For RECORD - It supports 2 channels, Channel 0 being a mono channel and Channel 1 being a stereo channel.

For stereo, the samples are interleaved. Remember to allocate enough space for two samples per
sample period.

This is a simple driver that makes no changes to the mixer so set up the audio mixer using
the windows control panel audio mixer before starting recording/playback.