aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/audio/Win32/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-27 08:04:54 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-27 08:04:54 +1000
commita56e4ac7dcbf2776690c96656dbcb48b2cf2d818 (patch)
tree1570dc6c25a290197f23262f353b6123e8020356 /drivers/audio/Win32/readme.txt
parentf9495a75e1e1fa2f1b86b71de776aee3a4a815e9 (diff)
downloaduGFX-a56e4ac7dcbf2776690c96656dbcb48b2cf2d818.tar.gz
uGFX-a56e4ac7dcbf2776690c96656dbcb48b2cf2d818.tar.bz2
uGFX-a56e4ac7dcbf2776690c96656dbcb48b2cf2d818.zip
First GAUDOUT work. Still incomplete but compiling.
Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device.
Diffstat (limited to 'drivers/audio/Win32/readme.txt')
-rw-r--r--drivers/audio/Win32/readme.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/audio/Win32/readme.txt b/drivers/audio/Win32/readme.txt
new file mode 100644
index 00000000..784f0a89
--- /dev/null
+++ b/drivers/audio/Win32/readme.txt
@@ -0,0 +1,10 @@
+This driver uses the Win32 audio system to provide GAUDIN and GAUDOUT channels.
+
+For GAUDIN - It supports 2 channels, Channel 0 being a mono channel and Channel 1 being a stereo channel.
+For GAUDOUT - 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 before starting recording/playback.