# Sample Sound Settings File.
# This file should be moved to the directory /boot/home/config/settings/kernel/drivers/
# This file contains runtime configuration options for the Sound Driver.

# Disables/Enables dprint() of debugging info for details of driver operation.
Debug_Info: false

# Controls if system interrupts should be disabled during play-back of sound. False = Interrupts allowed.  True = System Interrupts disabled.
System_Interrupts: false

# Set interpolator of audio data mode. 1 = Don't use Interpolation. 2 = Use 2x Interpolation. 3 = Use 3x Interpolation. 4 = Use 4x Interpolation.
Interpolation: 1

# Set sample rate to output sound samples.  Range 4000kHz to 100000 kHz.  (This is for future use.  At present do not change.)
Sampling_Rate: 16000

# Set timing mode: 1 = Busy Wait Loop.  2 = Basic Snooze_Until()  only.  3 = Use Snooze_Until() and skip duplicate sample values.
# 4 = Use Snooze_Until(-Latency), Interrupt Control, Busy Wait Loop and skip duplicate sample values.
# 5 = Set up B_PERIODIC_TIMER.  6 = Fixed B_ONE_SHOT_ABSOLUTE_TIMER.  7 = Varible B_ONE_SHOT_ABSOLUTE_TIMER.
# Note: Modes 5, 6 & 7 do not work properly at present.
Timing_Mode: 5

# Set Latency of the Snooze_Until() function in microseconds.
Timing_Latency: 0

