trix icon indicating copy to clipboard operation
trix copied to clipboard

Low latency audio transmitter/recieiver over IP

Results 3 trix issues
Sort by recently updated
recently updated
newest added

Would be great if this were cross platform with Windows

Is there a reason to prefer audio interfaces vs. named pipe in order to encode and send the data over network (latency and multichannels are main factors)? Is it possible...

Hello, After cloning the trix git `git clone https://github.com/JorenSix/trix.git` when i compile for the first time, the make command complains the following: ``` g++ -Wall -D__LINUX_PULSE__ -o bin/trix_microphone src/TrixMicrophone.cpp libs/rtaudio-5.0.0/RtAudio.cpp...