[sdljava-users] Audio synthesis
Status: Beta
Brought to you by:
ivan_ganza
From: Matthew G. <mat...@gm...> - 2008-11-19 17:45:50
|
Hello all I'd like to write an SDL app in java which has does some small amount of audio synthesis. For my basic example, I'd like to generate a continuous sine wave, and I'd like the pitch to be controlled by some user interaction (mouse position or something). I have no problem generating the wave data, making an array of sample points etc, but how can I feed that data to the soundcard? Hope you can help! Matthew |