ugfx/drivers/audio/Win32
inmarket 6d5a748f1c First GAUDOUT working demo. 2014-03-06 20:02:16 +10:00
..
driver.mk First GAUDOUT work. Still incomplete but compiling. 2014-02-27 08:04:54 +10:00
gaudin_lld.c First GAUDOUT work. Still incomplete but compiling. 2014-02-27 08:04:54 +10:00
gaudin_lld_config.h First GAUDOUT work. Still incomplete but compiling. 2014-02-27 08:04:54 +10:00
gaudout_lld.c Updates to GAUDOUT. 2014-03-05 13:45:37 +10:00
gaudout_lld_config.h First GAUDOUT working demo. 2014-03-06 20:02:16 +10:00
readme.txt First GAUDOUT work. Still incomplete but compiling. 2014-02-27 08:04:54 +10:00

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.