WIP: Implement sonora processing pipeline #91

Draft
seb wants to merge 2 commits from issue/55-sonora-processing into issue/53-additional-audio-controls
Collaborator

Closes #55. Relies on #90 being merged.

  • Implement echo cancellation, background suppression, and automatic gain control pipeline + UI with configuration params exposed using the sonora crate.
Closes #55. Relies on #90 being merged. - Implement echo cancellation, background suppression, and automatic gain control pipeline + UI with configuration params exposed using the sonora crate.
seb added this to the Laurence milestone 2026-04-12 13:21:28 -07:00
seb self-assigned this 2026-04-12 13:21:28 -07:00
Implement sonora processing pipeline
Some checks failed
CI / test (push) Waiting to run
CI / test-ui (push) Waiting to run
Deno / lint (push) Waiting to run
Deno / build (push) Waiting to run
CI / test (pull_request) Waiting to run
CI / test-ui (pull_request) Waiting to run
Deno / lint (pull_request) Waiting to run
Deno / build (pull_request) Waiting to run
Rust / lint (pull_request) Waiting to run
Rust / build (pull_request) Waiting to run
Rust / lint (push) Has been cancelled
Rust / build (push) Has been cancelled
f831cadd01
Fix state management UI issue
Some checks failed
CI / test-ui (pull_request) Has been cancelled
CI / test (push) Has been cancelled
CI / test-ui (push) Has been cancelled
CI / test (pull_request) Has been cancelled
Deno / lint (push) Has been cancelled
Deno / build (push) Has been cancelled
Deno / lint (pull_request) Has been cancelled
Deno / build (pull_request) Has been cancelled
Rust / lint (pull_request) Has been cancelled
Rust / build (pull_request) Has been cancelled
69d1fef6ce
Some checks failed
CI / test-ui (pull_request) Has been cancelled
CI / test (push) Has been cancelled
CI / test-ui (push) Has been cancelled
CI / test (pull_request) Has been cancelled
Deno / lint (push) Has been cancelled
Deno / build (push) Has been cancelled
Deno / lint (pull_request) Has been cancelled
Deno / build (pull_request) Has been cancelled
Rust / lint (pull_request) Has been cancelled
Rust / build (pull_request) Has been cancelled
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issue/55-sonora-processing:issue/55-sonora-processing
git switch issue/55-sonora-processing

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch issue/53-additional-audio-controls
git merge --no-ff issue/55-sonora-processing
git switch issue/55-sonora-processing
git rebase issue/53-additional-audio-controls
git switch issue/53-additional-audio-controls
git merge --ff-only issue/55-sonora-processing
git switch issue/55-sonora-processing
git rebase issue/53-additional-audio-controls
git switch issue/53-additional-audio-controls
git merge --no-ff issue/55-sonora-processing
git switch issue/53-additional-audio-controls
git merge --squash issue/55-sonora-processing
git switch issue/53-additional-audio-controls
git merge --ff-only issue/55-sonora-processing
git switch issue/53-additional-audio-controls
git merge issue/55-sonora-processing
git push origin issue/53-additional-audio-controls
Sign in to join this conversation.
No description provided.