Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mozgiii/netsound

Very early stages of to-be audio transmitting daemon; to provide the unified layer of low-overhead voice communications for external apps. Supports Windows, macOS and Linux.
https://github.com/mozgiii/netsound

audio chat network sound voice voice-chat

Last synced: about 2 hours ago
JSON representation

Very early stages of to-be audio transmitting daemon; to provide the unified layer of low-overhead voice communications for external apps. Supports Windows, macOS and Linux.

Awesome Lists containing this project

README

        

# netsound

## Installation

1. Install [Rust](https://rust-lang.org/tools/install).

2. Install `nightly` toolchain:

```shell
rustup install nightly
```

3. Install `netsound`:

```shell
cargo +nightly install --git https://github.com/MOZGIII/netsound
```