Results 275 issues of Victor Gaydov

Add integration tests for C API for resampler backends and profiles. Current tests: https://github.com/roc-streaming/roc-toolkit/blob/develop/src/tests/public_api/test_loopback_sender_2_receiver.cpp API documentation: https://roc-streaming.org/toolkit/docs/api.html We need to add tests (to `test_loopback_sender_2_receiver.cpp`) that will cover all resampler backends:...

tests
help wanted
easy hacks

Android app for real-time audio streaming using Roc Toolkit

Link project's README, which has "contributing" section.

Hi, It would be nice to have an option to run command in foreground, e.g.: ``` $ cpulimit -f -l10 -- ./foo bar ```

Currently, we support dumps in csv format. It would be nice to also support json. Json dumps can be useful when dumps and measurement reports are combined in the same...

feature
help wanted
good first issue

Add new option `--report-file `. If it's specified, TextReporter and JsonReporter should write reports to specified file instead of stdout. By default it should be set to "-", which means...

feature
help wanted
good first issue

Currently we have no unit tests at all. For some of the components developing a correct test wouldn't be trivial. However we can at least start with adding tests for...

help wanted
good first issue
tests

In `--mode io_jitter` and `--mode io_delay`, CLI tool measures jitter of I/O operations, ALSA ring buffer size, and hardware delay reported by ALSA, and periodically prints average and 95th percentile...

feature
help wanted
good first issue
user interface

When several inputs are provided, and --diff mode is enabled, run estimator for first input + Nth input instead of output + Nth input. This will measure latency between inputs...

feature

Currently, plot sliding window is hard-coded for 15 seconds. It means that we always show last 15 seconds of measurement: ![image](https://github.com/gavv/signal-estimator/assets/8436629/fffd2386-7bc3-4503-b88a-4cf4d2464d9f) It would be nice to make this value configurable....

feature
help wanted
good first issue
user interface