ugfx/drivers/gaudio/Win32
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
..
driver.mk Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gaudio_play_Win32.c Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
gaudio_play_config.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gaudio_record_Win32.c Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
gaudio_record_config.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
readme.txt Combine GAUDIN and GAUDOUT into a single GAUDIO module. 2014-03-11 17:13:31 +10:00

readme.txt

This driver uses the Win32 audio system to provide GAUDIO play and record channels.

For PLAY   - It supports 2 channels, Channel 0 being a mono channel and Channel 1 being a stereo channel.
For RECORD - 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.