Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Banshee

banshee.livemd

Banshee

Mix.install([
  {:banshee, ">= 0.1.0", git: "https://git.sr.ht/~minasmazar/banshee"}
],
config: [
  banshee: [player_executable: "/usr/local/bin/mpv"]
])

Usage

file = Path.expand("~/test.mp3")
Banshee.play(file)
Process.sleep(10_000)
Banshee.stop()