Sample CFSOUND.INI files
These three lines (blank line at end) typed into a text file with a text editor and saved on the SD card as
CFSOUND.INI along with sounds named with the Background filename attribute provides a 5 minute (300
second) delay between played background sounds – the delay interval starts from when a background sound
is played:
[Background]
BackgroundDelay=300
These six lines (blank line at end) typed into a text file with a text editor and saved on the SD card as
CFSOUND.INI along with sounds named 01C.WAV, 02C.WAV, … , 08C.WAV will play in a sequence with
the next sound in the sequence played whenever that contact #25 input is momentarily closed.
[Contacts]
SequenceContactNumber=25
FirstSoundNumber=1
LastSoundNumber=8
AutoplayEntireSequence=FALSE
Only a single sequence triggered from a single contact input is supported in CFSound
mode using the CFSOUND.INI file – for multiple sequences controlled by multiple
contacts the unit operation must be scripted in ACS Basic.