EXOS 2.1 Sound Driver Specification

1. Introduction

The sound device driver provides a high level interface to the DAVE chip which allows the user to use most features of the chip.

It only allows one EXOS channel to be open to it at a time. The sound chip has four sound sources - three tone channels and a noise channel. The sound driver maintains a queue of sounds for each of these sound channels. Each sound in the queue will be played in turn when the one before it is finished. These sound queues are of a fixed maximum size of 25 sounds in each queue and are stored in the channel RAM.

As well as the sound queues, the sound device maintains a list of envelopes each with an envelope number 0...254. Each sound in the queues refers to a specific one of the envelopes or to the null envelope (number 255). When the sound is actually played the specified envelope controls changes in pitch and left and right amplitude of the sound throughout its duration. The storage for envelopes is in the channel RAM and the size of it must be specified with an EXOS variable before opening the channel.


Next Chapter: General Device Interface.



David Bouman. (dsbouma@cs.vu.nl)