Sound 7.0
Download

Sound 7.0

Create/synthesize sounds mathematically in Java
5 
Rating
Your vote:
Latest version:
7.0.510 See all
Screenshots
1 / 1
Download

Sound lets you mathematically create sounds in Java.
You define your sounds in terms of 16-bit linear code for
the waveform, -- an array of samplings. The U_Law.class will
then convert that to (or from) *.AU mu-law 8-bit encoding
format which you can then play with
AudioPlayer.player.start(bis) in an application or with
Applet.getAudioClip in an Applet.
This is just a sample program. You would insert your own mathematical
functions or cannibalise parts of the code.
Use winzip to extract U_Law.java and Sound.java with
folder names into the com\mindprod\sound directory.
java com.mindprod.sound.Sound

Comments

5
Rating
1 vote
5 stars
1
4 stars
0
3 stars
0
2 stars
0
1 stars
0
User

Your vote:

Suggestions

  • Source code square wave in java