ugfx/drivers/gaudin/Win32
Joel Bodenmann 6515373b2a removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer 2014-02-02 12:59:36 +01:00
..
gaudin_lld.c removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer 2014-02-02 12:59:36 +01: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.