Commit Graph

10 Commits

Author SHA1 Message Date
Ben Roeder
a62fe80c3f Fix spelling errors throughout codebase
Corrected various spelling mistakes in comments, documentation, and
variable names across the project. Changes include:
- Documentation files (CONTRIBUTING.md, README.md, etc.)
- Source code comments in C/C++ files
- Function parameter names and descriptions

No functional changes were made.
2025-06-01 18:03:40 +01:00
Martin Piatka
eb72130a0c ring_buffer: Move RAII wrapper to header 2023-07-28 12:33:12 +02:00
Martin Pulec
a8f0f997f6 echo: lock_guard should not be a temporary 2023-04-11 11:52:17 +02:00
Martin Piatka
0cf7f777d0 echo: Remove unused function 2022-09-13 13:54:22 +02:00
Martin Pulec
46938b20fb echo: param help indention fix 2022-07-01 14:49:56 +02:00
Martin Pulec
4b4fc28439 Fixed printf conversion length warnings 2022-03-23 14:09:46 +01:00
Martin Piatka
2b623c5afd echo: Add debug audio dump 2022-01-10 12:28:20 +01:00
Martin Piatka
be580d6ce0 echo: adjustable filter length and prefill amount 2022-01-10 12:28:19 +01:00
Martin Piatka
363f02e737 echo: simple near end drop protection
detects only drops longer than 1s
2022-01-10 12:28:19 +01:00
Martin Piatka
fe09bf3764 echo: switch to C++ 2022-01-10 12:28:19 +01:00