https://github.com/setzero/mumblevoicego
Mumble Voice Server written in Go
https://github.com/setzero/mumblevoicego
Last synced: 9 months ago
JSON representation
Mumble Voice Server written in Go
- Host: GitHub
- URL: https://github.com/setzero/mumblevoicego
- Owner: SetZero
- License: mit
- Created: 2020-08-12T19:51:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T20:16:52.000Z (over 5 years ago)
- Last Synced: 2025-02-13T14:53:30.042Z (11 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mumble Voice Go
Mumble Voice Go is a Mumble Voice Server / Gateway which can be accessed via WebSocket and/or REST API to play sound on a Mumble Server
# Installation
1. You need to have libopus and libopusfile installed on your system
You can do this under **Ubuntu/Debian/...** with:
```bash
sudo apt-get install pkg-config libopus-dev libopusfile-dev
```
**Mac:**
```bash
brew install pkg-config opus opusfile
```
**Windows:**
Visit [Opus downloads](https://opus-codec.org/downloads/) and download libopus. Put the DLL under a Linkable Directory
2. Next you can just do:
```bash
go build
```