Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created December 9, 2017 18:41
Show Gist options
  • Save Sciss/c7efa2fafc79323db11713492901bb21 to your computer and use it in GitHub Desktop.
Save Sciss/c7efa2fafc79323db11713492901bb21 to your computer and use it in GitHub Desktop.
val dirIn = file("/data/projects/Maeanderungen/materials/audio_work")
(dirIn/"rhizom").children.map { fIn =>
import sys.process._
val fOut = dirIn/"rhizom_mp3"/s"${fIn.replaceExt("mp3").name}"
Seq("lame", "--noreplaygain", "-b", "256", "-h", fIn.path, fOut.path).!!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment