roc-toolkit
roc-toolkit copied to clipboard
Real-time audio streaming over the network.
Scons cannot seem to find libuv despite being found and being version 1.43 the files are located here ``` /usr/share/licenses/libuv /usr/share/man/man1/libuv.1.gz /usr/share/doc/libuv /usr/lib/pkgconfig/libuv.pc /usr/lib/libuv.so /usr/lib/libuv.so.1 /usr/lib/libuv.so.1.0.0 /usr/include/uv ├── errno.h ├──...
Since I encountered the same issues on Arch like described in [this issue](https://github.com/roc-project/roc/issues/266) (add pthread flag) and furthermore needed to reinstall python on a second machine running Arch too (missing...
## Intro Currently our CI builds take ~15-20 minutes, and we're planning to add more jobs. I suspect that we could speed up them significantly by employing `ccache` and preserving...
For low latency, you can get better loss tolerance for a given delay from a convolutional code such as https://github.com/catid/CauchyCaterpillar ... You may want to consider using this FEC (or...
What would be the best way to pipe roc-recv output to a pipe? Sending with : `/usr/bin/roc-send -i file_example_WAV_10MG.wav --no-resampling -d wav -s rtp+rs8m:${ROC_RECV_IP}:10001 -r rs8m:${ROC_RECV_IP}:10002` to: `usr/bin/roc-recv -vv -s...
You need to clearly document all dependecies at [building/user_cookbook](https://roc-streaming.org/toolkit/docs/building/user_cookbook.html), I know These all are documented at [building/dependencies](https://roc-streaming.org/toolkit/docs/building/dependencies.html) but still can make someone confuse, so better also add at [building/dependencies.html](https://roc-streaming.org/toolkit/docs/building/dependencies.html) here....
We have created a new repo rt-tests for various real-time integration tests for public API. See #296 and roc-streaming/rt-tests#1 for details. This issue is for adding a test for command-line...
can anyone help me with the recipe file how to build roc-toolkit using yocto ? i am getting below error during do_configure phase can't open file 'setup.py': [Errno 2] No...
When sending from pulse audio (Ubuntu 20 LTS Desktop) with resampling in PA Daemon config to 48000hz 2channel f16, setting is not honored or configurable for the PA module and...
I have a Linux embedded device and a speaker connected to it. I can play a wav file using `aplay file.wav` and I can list devices using: ``` aplay -L...