Add a readme for the Win32 GAUDIN driver.

ugfx_release_2.6
inmarket 2013-12-22 21:52:35 +10:00
parent d8bde70ab6
commit 57d9c4854b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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.