roc-toolkit
roc-toolkit copied to clipboard
Real-time audio streaming over the network.
[signal-estimator](https://github.com/gavv/signal-estimator) is a command-line tool for measuring latency and glitches over audio devices. It's not part of Roc, but it was developed with our needs in mind. It would be...
We have [sphinx](https://www.sphinx-doc.org/en/master/) documentation and a CI job that automatically generates HTML from it and publishes it on our website on GitHub pages. The job always fetches the latest commit...
 please help me to build roc-toolkit. at first i came accross the error "cannot find the libudev.h"
@gavv This is extension of #446 I was packaged `roc-toolkit-pulse` (rock-toolkit with pulseaudio module) for debian based distros (ubuntu) , you can see at here : [roc-toolkit-pulse](https://github.com/pipewire-debian/pipewire-debian/tree/roc-toolkit/roc-toolkit-pulse) and want to...
It would be very handy for debugging to be able to simulate packet losses on delays directly in roc-send and in roc-recv tools. The following solution is suggested: * Create...
Hello evryone. I dont know is this a bug or feature but it puts me in trouble :). When i use another audio source on my local coumputer, Roc server...
Currently, the roc_sender module is sending heavy UDP traffic whether the client is playing audio or not. It can impact the performance of the network when not playing anything and/or...
## Problem In roc_sndio module, we have support for multiple audio backends, employing different external libraries. Currently they are PulseaudioBackend and SoxBackend. SoxBackend uses SoX library, which have global initialization...
I've been using patched roc software for some time now in a systemd socket activated environment. While pulseaudio could run with the module-roc-sink-input module in the background on the remote...
## Problem Here is how audio::IReader and audio::IWriter interfaces look like currently: ``` class IReader { public: // can't fail // returns false on EOF; not used by most implementations...