HH
VS1005 VSOS A
UDIO
S
UBSYSTEM
VS1005g
10
Configuration Examples
Here are some configuration examples for loading different audio drivers.
For full options for each of these programs, have a look at the README.TXT / PDF file
for each of the drivers.
10.1
Minimal config.sys for Playback
# New 2015 audio DAC out driver
AUODAC s
10.2
config.sys for Playback with Bass/Treble Controls and I2S + S/PDIF
Outputs
# New 2015 audio DAC out driver
AUODAC s
# I2S automatic out; automatic is hardware, so doesn't require CPU
AUOI2SMA
# S/PDIF automatic out, parameter can be either 48000 or 96000 (default)
# If "v" is defined, stdaudioout volume control is copied to S/PDIF,
# otherwise it needs to be controlled manually (otherwise it stays at
# maximum level)
AUOSPDA 96000 v
# Equalizer, set 100 and 10000 Hz to +6 dB with Q Factor 0.7
FTOEQU
RUN SETEQU 1 3 100 +6 0.7
RUN SETEQU 2 3 10000 -6 0.7
10.3
Basic config.sys for Recording
# New 2015 audio DAC out driver
AUODAC s
# New 2015 audio ADC in driver
AUIADC s 48000 line1_1 line1_3
# DC Block; use at least this with analog input even if not using AGC
FTIDCBL
Rev. 3.57
2019-04-10
Page