[Solved] Need a little with an audio player in java [closed]

First of all, if you want to play sounds that aren’t looped and are longer than a few seconds, you shouldn’t be using Clips. You’re going to need to use SourceDataLines, which can read audio data in several different formats (consult AudioFileFormat.Type for specifics) via streams. As for your questions: Mixers, Lines, and Ports are … Read more