waltervargas / govoz

Go package and cli to have voice chat with friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

govoz

A simple voice chat in Go

Dependencies

  • portaudio
    • brew install portaudio
    • apt install portaudio19-dev

Installing the cli

go install github.com/waltervargas/govoz/cmd/govoz@latest

Usage

> govoz # starts the server
> govoz -c -url "http://192.168.0.1:8080/audio"

About

Go package and cli to have voice chat with friends

License:MIT License


Languages

Language:Go 100.0%