a56e4ac7dc
Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device. |
||
---|---|---|
.. | ||
driver.mk | ||
gaudin_lld_config.h | ||
gaudin_lld.c | ||
gaudout_lld_config.h | ||
gaudout_lld.c | ||
readme.txt |
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.