java Programming Glossary: bigclip
Playing MP3 using Java Sound API http://stackoverflow.com/questions/5667454/playing-mp3-using-java-sound-api of stereo 16 bit 44.1KHz sound. That is why I developed BigClip . Which has its own problems with looping if you fix them report.. @version 2009 08 17 @author Andrew Thompson public class BigClip implements Clip LineListener The DataLine used by this Clip... logger Logger.getAnonymousLogger Default constructor for a BigClip. Does nothing. Information from the AudioInputStream passed..
How do you play a long AudioClip? http://stackoverflow.com/questions/9470148/how-do-you-play-a-long-audioclip audio music javasound share improve this question Use BigClip . It is a class I put together to play MP3s of 12 18 minutes.. MP3 format sound but that is not the point. The point is BigClip will load sound files to the maximum memory the JVM will allow.. import java.net.URL import javax.swing.JOptionPane class BigClipExample public static void main String args throws Exception..
|