module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 18, 2022
License: MIT
Opens a new window with license information.
README
¶
raffut
- Allows to transfer the audio input of a local machine to a distant machine by the network in Realtime via UDP.
- It is written in golang and does not require any audio library.
- It relies on gen2brain go bindings of Miniaudio.
- But i also maintain an alternative implementation using Portaudio
build:
go build -o raffut cmd/main.go
- Code sign and notarize
usage:
Sender:
- Configure if necessary the audio loop back.
- Run for example
./raffut send 192.168.1.4:8383
Receiver:
- On the receiver (192.168.1.4) run
./raffut receive 192.168.1.4:8383
Configuring the audio loop back
- Configuring an "audio loop back" means to route by a software the default output to the default input.
- It can be also achieved materially by plugging the audio output in an audio input using a Direct Input unit.
Software audio Loop back solutions on macOs:
Software audio Loop back solutions on Linux:
Directories
¶
Click to show internal directories.
Click to hide internal directories.