Top "Javasound" questions

Use this tag for questions about the Java Sound APIs.

How to get PCM data from a wav file?

I have a .wav file. I want to get the PCM data from that sound file, so that I can …

java wav javasound pcm
Java raw audio output

Just wondering if there is a library in Java like the module PyAudiere in Python, that simply allows you to …

java python audio javasound
How do you play a long AudioClip?

I have written a simple class to play audio files in a simple game. It works fine for small sounds …

java playback javasound
MIDI beginner - need to play one note

I don't know very much about Java's MIDI function. In fact, it utterly bewilders me. what I'd like to do …

java midi javasound
Acoustic echo cancellation in Java

I'm implementing a VOIP application that uses pure Java. There is an echo problem that occurs when users do not …

java echo signal-processing javasound cancellation
What output and recording ports does the Java Sound API find on your computer?

I'm working with the Java Sound API, and it turns out if I want to adjust recording volumes I need …

java audio javasound
Audio: Change Volume of samples in byte array

I'm reading a wav-file to a byte array using this method (shown below). Now that I have it stored inside …

java audio bytearray volume javasound
How can i remove background noise with java, while recording audio in a crowd zone?

When i capture with JavaSound or Third party sound capture tools and record it to a file. Afterwards read the …

java audio microphone javasound
Capturing speaker output in Java

Using Java is it possible to capture the speaker output? This output is not being generated by my program but …

java audio capture javasound
Java playing sounds. Is there a default system sound?

Hi I am trying to write an application that will play morse code. I just wanted to know if there …

java audio javasound