From 57d9c4854beefd22aa367f6a44b5da4a586632b1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 22 Dec 2013 21:52:35 +1000 Subject: [PATCH] Add a readme for the Win32 GAUDIN driver. --- drivers/gaudin/Win32/readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/gaudin/Win32/readme.txt diff --git a/drivers/gaudin/Win32/readme.txt b/drivers/gaudin/Win32/readme.txt new file mode 100644 index 00000000..b921c5e5 --- /dev/null +++ b/drivers/gaudin/Win32/readme.txt @@ -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.