Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mozgiii/netsound
- Owner: MOZGIII
- License: agpl-3.0
- Created: 2019-03-25T06:09:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T04:44:12.000Z (6 months ago)
- Last Synced: 2024-05-28T19:13:28.183Z (6 months ago)
- Topics: audio, chat, network, sound, voice, voice-chat
- Language: Rust
- Homepage:
- Size: 472 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/lldb/prelaunch.py
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
```