Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/acalejos/kino_live_audio
- Owner: acalejos
- License: mit
- Created: 2024-02-24T18:21:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T01:21:17.000Z (9 months ago)
- Last Synced: 2024-05-21T00:51:13.822Z (6 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-livebook - KinoLiveAudio - A Kino designed to record a raw audio stream (no client-side encoding) and emit events. - _Tags: Audio_ ![Community](https://img.shields.io/badge/Community-green) (Kinos)
- awesome-livebook - KinoLiveAudio - A Kino designed to record a raw audio stream (no client-side encoding) and emit events. - _Tags: Audio_ ![Community](https://img.shields.io/badge/Community-green) (Kinos)
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
```