javasound
forwarding and rewinding audio in xuggler
I have used xuggler to play audio files other than wav,au,aiff. Since xuggler performs audio decoding at low level it is very hard to write a method that both forwards and rewinds the audio being play[详细]
2023-03-25 02:40 分类:问答Why do i get these exceptions while trying to play a mp3 file?
I downloaded JMF MP3 Plugin to play mp3 files in my java program.I included mp3plugin.jar in my project library of netbeans along with JDK. But still i am unable to play mp3 file.[详细]
2023-03-24 07:13 分类:问答unable to import javax.media.*; (package does not exist) Why does it say so?
I have downloaded JMF MP3 PLUGINto play mp3 files. After downloading i place mp3plugin.jar into the project library of netbeans.[详细]
2023-03-24 00:54 分类:问答why this code doesn't play the sound file
The code import javax.sound.sampled.*; import java.io.*; public class Tester { static Thread th; public static void main(String[] args) {[详细]
2023-03-23 22:53 分类:问答Understanding the constructor of AudioFormat , AudioInputStream and start method
I have tried writing program that plays a sound file but have been unsuccessful so far. I am unable to understand some parts of the code:[详细]
2023-03-23 10:11 分类:问答Converting and segmenting a collection of 44100hz, 16-bit mono wav files into 16kHz, 16-bit mono wav files
I need to break apart a large collection of wav files into smaller segments, and convert them into 16 khz, 16-bit mono wav files. To segment the wav files, I downloaded a WavFile class from the follow[详细]
2023-03-21 22:55 分类:问答Start and stop sounds in Java
Similar to this question, I would like 开发者_如何学Pythonto play a WAV file in a Java application - however, I would also like the ability to pause, resume, and restart the sound. I\'m guessing I can[详细]
2023-03-20 16:35 分类:问答Capturing speaker output in Java
Using Java is it possible to capture the开发者_如何学JAVA speaker output? This output is not being generated by my program but rather by other running applications. Can this be done with Java or will[详细]
2023-03-19 10:33 分类:问答Returning a list of audio filetypes
In answering this question: I want to make a java program in which there is a combobox which displays the titles of all the files available in a folder[详细]
2023-03-16 19:21 分类:问答I want to make a java program in which there is a combobox which displays the titles of all the files available in a folder
I actually want a JFrame in which there is a combobox. There is a folder which has 3 sound files named:[详细]
2023-03-16 06:36 分类:问答