Sounds of Scala

Sounds of Scala is a Music and Audio Lib for Scala.js. It is designed to be a simple and easy to use library for creating music and audio Web Applications using Scala.

Dependencies

Sounds of Scala is available for Scala 3.2+. You can add Sounds of Scala to your build by adding its modules to libraryDependencies in your build.sbt.

libraryDependencies ++= Seq(
  "org.soundsofscala" %%% "sounds-of-scala" % "0.7.0")

Next Step: Getting Started