Top "Javasound" questions

Use this tag for questions about the Java Sound APIs.

Audio Clip won't loop continuously

Can anyone point me in the right direction as to why this code will not play this audio clip continuously? …

java javasound
frame rate vs sample rate

What is the difference between sample rate and frame rate? I tried to check a song and found sample rate …

java audio javasound
Java Program to create a PNG waveform for an audio file

How can you convert a Wav file into a PNG waveform image file using Java? java MyProgram.class [path to …

java image png wav javasound
Why does Toolkit.getDefaultToolkit().beep() not work in Windows?

When I try to get a beep by using Toolkit.getDefaultToolkit().beep(), it does not seem to work on any …

java javasound
javax.sound.sampled.LineUnavailableException : Why am I getting this exception?

When the following method is executed: private void beep_player_1() { try { //clip_Player_2.close(); clip_Player_1 = AudioSystem.getClip(); ais = AudioSystem.…

java javasound
Conversion of Audio Format

I am having trouble in converting the audio format of a WAV file. I am recording sound from my microphone …

java audio javasound
How do I use audio sample data from Java Sound?

This question is usually asked as a part of another question but it turns out that the answer is long. …

java audio javasound audio-processing javax.sound.sampled
Convert Midi Note Numbers To Name and Octave

Does anybody know of anything that exists in the Java world to map midi note numbers to specific note names …

java audio midi javasound
In Java, how do I record the sound output that is going to the speakers?

I have a java application that is taking in sound from multiple sources, and one of the abilities of the …

java audio javasound mixer
Sun, Audio-player and Sound I/O

I have a few questions related to Sun, Audio-player and Sound Input/Output Why is the sun.audio.AudioPlayer package …

java javasound jmf sun audio-player