The INI File: 2.27 Categories in the INI File: [sound]

Up: GEOS SDK TechDocs | Up | Prev: 2.26 [serial] | Next: 2.28 [spool]

The sound category is used by the sound library to determine which sound driver is selected for the system running GEOS.

sampleDriver

sampleDriver = <driver file name>

This key specifies the sound driver that will be used to process all the sampled sounds produced by the system. If this key is not set, the standard sound driver ( standard.geo ) will be used.

sampleDriver = sblaster.geo

synthDriver

synthDriver = <driver file name>

This key specifies the sound driver that will be used for all synthesized sounds (beeps, UI sounds, etc.) If this key is not set, the standard sound driver ( standard.geo ) will be used.

synthDriver = standard.geo

Up: GEOS SDK TechDocs | Up | Prev: 2.26 [serial] | Next: 2.28 [spool]