Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ cmake --build build -j$(nproc)
./build/AetherSDR
```

**Optional — DFNR (DeepFilterNet3) noise reduction.** Run
`scripts/setup/setup-deepfilter.sh` (Windows: `setup-deepfilter.ps1`)
*once before* `cmake` to fetch the prebuilt `libdeepfilter` for your
platform; configure will otherwise report `DFNR ... disabled — library
not found` and gate the feature off. CI runs this step automatically
(cached) in the release-build workflows, so shipped binaries always
include DFNR; it is a manual prereq only for local dev builds. NR still
works without it — RN2 (RNNoise) is bundled and always built, needing no
setup.

Full dependency list is in `README.md` — don't duplicate it here.

Current version: **26.7.2** (set in both `CMakeLists.txt` and `README.md`).
Expand Down
Loading