playback « Media File « Java I/O Q&A





1. Slowing down the playback of an audio file without changing its pitch?    stackoverflow.com

I am working on an application for college music majors. A feature i am considering is slowing down music playback without changing its pitch. I have seen this done in commercial ...

2. Java Applet play sound file has a different effect than Windows Media Player?    stackoverflow.com

I have a Java program that auto dials phone numbers, it can generate sounds to mimic phone keypads, works fine for normal calls, but I encountered a problem when it comes ...

3. Unable to send MIDI file name to Java to playback music    stackoverflow.com

I could play MIDI file where "filename" is a String type with "asd.mid" value. However, I tried to sent AIR's nativeprocess command to Java, it shown "could not read" error. How ...

4. Change playback sample rate for amr sound file?    stackoverflow.com

is there anyway to change the playback sample rate when playing a amr sound file in java? I can do this with a PCM wav file but can't seem to find any ...

5. Increase playback speed of sound file in java    stackoverflow.com

I'm looking for information on how I can increase the playback speed of a sound file using Java and it's sound API. I'm currently using a clip and an AudioInputStream to play ...

6. How to playback 3gp files in Java?    stackoverflow.com

I have a java program that receives a 3gp audio file (single file, not stream) sent from the sender in an array of bytes (byte []) Now, either I need to play ...

7. Play and Seek Audio File in java    stackoverflow.com

I used this class to play my Wav file. Its very good but How to start my wav file on some position (KB or second)?

auline.start();
    int nBytesRead ...

8. bend MIDI pitch while playback MIDI files    forums.oracle.com

9. sequantial playback of audio files    forums.oracle.com