From 72b6c3a35287ced9cd02e3c937dee5abb5970749 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 4 Apr 2024 03:03:45 -0400 Subject: Revert "add jitter buffer for voice" This reverts commit 3306edc514a996a7c61986d4851c9e6cfa323fca. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 349ab15..21a2f6d 100644 --- a/README.md +++ b/README.md @@ -330,12 +330,10 @@ For example, memory_db would be set by adding `memory_db = true` under the line #### voice -| Setting | Type | Default | Description | -|--------------------------|--------|------------------------------------|----------------------------------------------------------------------------------------------------------------------------| -| `vad` | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | -| `backends` | string | empty | Change backend priority when initializing miniaudio: `wasapi;dsound;winmm;coreaudio;sndio;audio4;oss;pulseaudio;alsa;jack` | -| `jitter_latency_desired` | int | 50 | Desired/Minimum latency for jitter buffer (in milliseconds) | -| `jitter_latency_maximum` | int | 200 | Maximum latency for jitter buffer before frames are discarded (in milliseconds) | +| Setting | Type | Default | Description | +|------------|--------|------------------------------------|----------------------------------------------------------------------------------------------------------------------------| +| `vad` | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | +| `backends` | string | empty | Change backend priority when initializing miniaudio: `wasapi;dsound;winmm;coreaudio;sndio;audio4;oss;pulseaudio;alsa;jack` | #### windows -- cgit v1.2.3 From 894458668a0186183a6d11093e89661f6d16159d Mon Sep 17 00:00:00 2001 From: Abdalrzag Eisa Date: Sat, 6 Apr 2024 08:23:11 +0300 Subject: Add `
` to `Styles` and `Settings` --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 21a2f6d..529db70 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,9 @@ spam filter's wrath: ### Styling +
+ Show all styles + #### CSS selectors | Selector | Description | @@ -257,6 +260,8 @@ Used in profile popup: | `.profile-badges` | Container for badges | | `.profile-badge` | | +
+ ### Settings Settings are configured (for now) by editing `abaddon.ini`. @@ -270,6 +275,9 @@ The format is similar to the standard Windows ini format **except**: This listing is organized by section. For example, memory_db would be set by adding `memory_db = true` under the line `[discord]` +
+ Show all settings + #### discord | Setting | Type | Default | Description | @@ -347,3 +355,5 @@ For example, memory_db would be set by adding `memory_db = true` under the line |------------------|------------------------------------------------------------------------------| | `ABADDON_NO_FC` | (Windows only) don't use custom font config | | `ABADDON_CONFIG` | change path of configuration file to use. relative to cwd or can be absolute | + +
-- cgit v1.2.3 From 271633802e39a224eae81bc5d1fb6d99901b00ad Mon Sep 17 00:00:00 2001 From: Abdalrzag Eisa Date: Thu, 11 Apr 2024 22:24:23 +0300 Subject: add Debian to dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 529db70..c2fab19 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ the result of fundamental issues with Discord's thread implementation. #### Linux: 1. Install dependencies - * On Ubuntu 22.04 (Jammy) and newer: + * On Ubuntu 22.04 (Jammy)/Debian 12 (bookworm) and newer: ```Shell $ sudo apt install g++ cmake libgtkmm-3.0-dev libcurl4-gnutls-dev libsqlite3-dev libssl-dev nlohmann-json3-dev libhandy-1-dev libsecret-1-dev libopus-dev libsodium-dev libspdlog-dev ``` -- cgit v1.2.3