ugfx/drivers/gaudin/Win32
inmarket 57d9c4854b Add a readme for the Win32 GAUDIN driver. 2013-12-22 21:52:35 +10:00
..
gaudin_lld.c Add Win32 GAUDIN driver. 2013-12-22 21:38:57 +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.