aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-12-22 21:52:35 +1000
committerinmarket <andrewh@inmarket.com.au>2013-12-22 21:52:35 +1000
commit57d9c4854beefd22aa367f6a44b5da4a586632b1 (patch)
tree5e320318cd0417303daf49474124991c4c149bb7 /drivers
parentd8bde70ab6bdf8d05d84e1a0622e39d65b5ae895 (diff)
downloaduGFX-57d9c4854beefd22aa367f6a44b5da4a586632b1.tar.gz
uGFX-57d9c4854beefd22aa367f6a44b5da4a586632b1.tar.bz2
uGFX-57d9c4854beefd22aa367f6a44b5da4a586632b1.zip
Add a readme for the Win32 GAUDIN driver.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gaudin/Win32/readme.txt9
1 files changed, 9 insertions, 0 deletions
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.