starfighter/sound
Guus Sliepen bd87c8964f Better explosion sound.
Use an exponential function for the amplitude envelope of the noise function
instead of a linear on.
2012-03-06 00:09:11 +01:00
..
Makefile Add second debris explosion sound. 2012-03-03 11:47:01 +01:00
README Add README files explaining how to create sound and music. 2012-03-02 21:20:06 +01:00
beamLaser.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
cloak.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
clock.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
explode.csd Better explosion sound. 2012-03-06 00:09:11 +01:00
explode2.csd Add impact explosion sound. 2012-03-03 11:27:22 +01:00
explode3.csd Add debris explosion sound. 2012-03-03 11:35:46 +01:00
explode4.csd Add second debris explosion sound. 2012-03-03 11:47:01 +01:00
flyby.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
hyperSpace.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
item.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
laser.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
maledeath.ogg Replace maledeath sound by one from OLPC. 2011-09-04 17:14:32 +02:00
missile.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
missile2.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
plasma.csd Replace plasma sound effect with one generated using Csound. 2012-02-29 22:13:26 +01:00
plasma2.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
plasma3.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00
shield.ogg Add DFSG-compatible replacement sound. 2011-08-28 13:38:27 +02:00

README

In order to create the sound files, you need the following packages
installed:

- csound
- vorbis-tools

The .csd files contain the source code that describes the sound effect. These
are rendered by csound to a .wav file, which is converted to .ogg using oggenc.