An Elixir binding for Rodio. This library currently supports only just playing a sound file.
def deps do
[
{:rodio_ex, github: "kentaro/rodio_ex", branch: "main"}
]
end
Rodio.play("/path/to/audio")
Kentaro Kuribayashi kentarok@gmail.com
An Elixir binding for Rodio. This library currently supports only just playing a sound file.
def deps do
[
{:rodio_ex, github: "kentaro/rodio_ex", branch: "main"}
]
end
Rodio.play("/path/to/audio")
Kentaro Kuribayashi kentarok@gmail.com