malliina / util-audio

Utility code for audio playback.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Utility code for audio playback.

License:Other


Languages

Language:Scala 100.0%