An open API service indexing awesome lists of open source software.

https://github.com/kentaro/rodio_ex

An Elixir binding for Rodio
https://github.com/kentaro/rodio_ex

elixir rodio rustler

Last synced: 2 months ago
JSON representation

An Elixir binding for Rodio

Awesome Lists containing this project

README

        

# rodio_ex

An Elixir binding for [Rodio](https://github.com/RustAudio/rodio).
This library currently supports only just playing a sound file.

## Installation

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

## Usage

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

## Author

Kentaro Kuribayashi