Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acalejos/kino_live_audio

A Kino designed to record a raw audio stream (no client-side encoding) and emit events.
https://github.com/acalejos/kino_live_audio

Last synced: 7 days ago
JSON representation

A Kino designed to record a raw audio stream (no client-side encoding) and emit events.

Awesome Lists containing this project

README

        

# KinoLiveAudio

[![KinoLiveAudio version](https://img.shields.io/hexpm/v/kino_live_audio.svg)](https://hex.pm/packages/kino_live_audio)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/kino_live_audio/)
[![Hex Downloads](https://img.shields.io/hexpm/dt/kino_live_audio)](https://hex.pm/packages/kino_live_audio)
[![Twitter Follow](https://img.shields.io/twitter/follow/ac_alejos?style=social)](https://twitter.com/ac_alejos)

## Installation

The package can be installed by adding `kino_live_audio` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:kino_live_audio, "~> 0.1.0"}
]
end
```