Top "Javasound" questions

Use this tag for questions about the Java Sound APIs.

Can Java Sound be used to control the system volume?

Java Sound offers FloatControl instances for various sound line functionality, and both a MASTER_GAIN & VOLUME control type. Can …

java audio volume javasound mixer
What audio format should I use for java?

I am making a Java based game for which I want to add some sound effects. I searched and found …

java javasound soundeffect
Detect silence when recording

How can I detect silence when recording operation is started in Java? What is PCM data? How can I calculate …

java audio speech-recognition javasound
How can I draw sound data from my wav file?

First off this is for homework or... project. I'm having trouble understanding the idea behind how to draw the sound …

java audio drawing wav javasound
Java getting input from MIDI keyboard

I have designed my own synthesizer in java and I now want to connect it with a midi keyboard. My …

java input keyboard midi javasound
Trouble playing wav in Java

I'm trying to play a PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame file as described here (1) and here(2). The first …

java wav playback javasound
How to calculate the level/amplitude/db of audio signal in java?

I want to create a audio level meter in java for the microphone to check how loud the input is. …

java audio javasound javax.sound.sampled
javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input file when loading wav file

i am using java 6 , and i am trying to load wav file, to get its duration as follows: public static …

java audio wav javasound
Music in Java (start/stop)

Ok, so I am making a game and the music changes when you are in different regions or if there …

java javasound fileinputstream audiostreamer
Where can I download the mp3plugin.jar to play MP3s in Java code?

I need to Play a MP3 File in Java code under Linux environment (Ubuntu 11.04). I tried to download the MP3…

java mp3 ubuntu-11.04 jmf javasound