Skip to content

kentaro/rodio_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rodio_ex

An Elixir binding for Rodio. This library currently supports only just playing a sound file.

Installation

def deps do
  [
    {:rodio_ex, github: "kentaro/rodio_ex", branch: "main"}
  ]
end

Usage

Rodio.play("/path/to/audio")

Author

Kentaro Kuribayashi kentarok@gmail.com

Releases

No releases published

Packages

No packages published