Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos
Browse files Browse the repository at this point in the history
gavv committed Apr 29, 2024
1 parent 128f5e5 commit 710aea2
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -180,9 +180,9 @@ Timestamp Thread Type Activity PID

When you start streaming from sender to receiver, you should see information about connected sender in receiver's logs. If you don't, it indicates problems with network connection, e.g. you use incorrect address or port, or a firewall is blocking traffic.

* **Playback shuttering**
* **Playback stuttering**

If you hear shuttering, try increasing target latency on the receiving side. For example, for Roc VAD receiver, try using `--target-latency=200ms` to increase latency to 200 milliseconds.
If you hear stuttering, try increasing target latency on the receiving side. For example, for Roc VAD receiver, try using `--target-latency=200ms` to increase latency to 200 milliseconds.

* **Decreasing latency**

2 changes: 1 addition & 1 deletion tool/cmd_uninstall.cpp
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ bool CmdUninstall::execute(const Environment& env)
for (const std::string path : {BuildInfo::driver_bundle_path, BuildInfo::tool_path}) {
if (path == BuildInfo::tool_path && n_err != 0) {
spdlog::warn(
"can't remove \"{}\": Skipping because of previois errors", path);
"can't remove \"{}\": Skipping because of previous errors", path);
n_warn++;
continue;
}

0 comments on commit 710aea2

Please sign in to comment.