Reputation: 157
Anyone have idea how to make control over volume. I mean i want to make the volume control line in my music player. Should i have to download javax.sound package.Currently i am using ubuntu please tell the command how to load javax.sound package in ubuntu...?
Upvotes: 1
Views: 413
Reputation: 168815
The javax.sound packages(1) are part of the J2SE (since 1.3). If the JRE (or JDK) is installed, they will be available.
1) The most relevant classes for this task are in the javax.sound.sampled package.
Upvotes: 1