Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 6, 2024
0 parents commit aed8a69
Show file tree
Hide file tree
Showing 15 changed files with 688 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
*.wav
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "crates/speexdsp-rs-sys/speexdsp"]
path = crates/speexdsp-rs-sys/speexdsp
url = https://github.com/thewh1teagle/speexdsp
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
11 changes: 11 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Building

```console
git clone https://github.com/thewh1teagle/aec-rs --recursive
cd aec-rs
cargo build
```

Useful demo website:

https://fjiang9.github.io/NKF-AEC/
Loading

0 comments on commit aed8a69

Please sign in to comment.