ugfx/drivers/gaudin/Win32
inmarket 37966ff16d Integrate the include files with each module. Simplifies structure of code. 2014-02-19 00:36:52 +10:00
..
gaudin_lld.c Integrate the include files with each module. Simplifies structure of code. 2014-02-19 00:36:52 +10:00
gaudin_lld.mk Add Win32 GAUDIN driver. 2013-12-22 21:38:57 +10:00
gaudin_lld_config.h Add Win32 GAUDIN driver. 2013-12-22 21:38:57 +10:00
readme.txt Add a readme for the Win32 GAUDIN driver. 2013-12-22 21:52:35 +10:00

readme.txt

This driver uses the Win32 audio system to provide a GAUDIN channel.

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 (obviously in record mode) before starting recording.