Sound Resources for ECE 291
Here are some documents and programs for creating sound. Some
of these are applicable to the machines we have in the lab, and some
are not. Not all have been tested.
Programming Audio in the ECE291 Lab
John Ratcliff's
interrupt-installable, DOS audio drivers:
- DIGPAK: Digital Audio Sampling (Playback/Recording)
Use of Digpak for ECE291 final projects is prohibited!
Your code should program the DMA/DSP directly.
- MIDPAK: MIDI Music
Suggested method to play MIDI in ECE291 projects
- Both downloadable as dmkit.zip.
Use pkunzip -d to extract with proper directory structure.
Files from the PC Game Programmer's Encyclopedia:
Other sound utilities and info:
Ethan Brodsky's SB16 Programming Document