user528050
user528050

Reputation: 157

how to make control over volume using java...?

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

Answers (1)

Andrew Thompson
Andrew Thompson

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

Related Questions