Tagged Questions
5
votes
4answers
2k views
Dynamic Audio Generation Actionscript 3
I'm looking into making a music theory lab application, where you can see the graphical relation between music theory concepts. I would like this to be available online, so Flash and Silverlight come ...
4
votes
2answers
129 views
Procedural snare drum
So I've got something like:
void createSinewave( short * array, int duration, int startOffset,
float freq, float amp ) ;
void createSquarewave( short * array, int duration, int startOffset,
...
1
vote
0answers
33 views
Procedural audio for rolling dice
I'm looking for suggestions on how to approach randomizing the audio around rolling a pair of D6 dice in my game. I'd like each roll of the dice to sound different but be reasonably plausible. And I ...