Skip to content

A project to easily play sound files from Java and Scala applications.

Notifications You must be signed in to change notification settings

alvinj/SoundFilePlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple sound player library for Java and Scala applications.

Hopefully it's good for the occasions when you want to write simple
code to play a sound file:

  1) Specify the sound file location as a String.
  2) Play the sound file.

This code is unique in that it can play MP3 files as well as the usual
Java supported sound file types. This capability comes from the 
javazoom.com people.

About

A project to easily play sound files from Java and Scala applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages