malliina / util-audio   2.5.0

GitHub

Utility code for audio playback.

Scala versions: 2.12 2.11 2.10

Build Status Maven Central

util-audio

A library for audio playback on the JVM. Supports MP3s.

Installation

"com.malliina" %% "util-audio" % "2.5.0"

Code

val file = Paths get "deathmetal.mp3"
val player = new JavaSoundPlayer(file)
player.play()

License

New BSD License.