Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle authored Dec 10, 2024
1 parent 7647f8e commit 8e8e1c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Acoustic echo cancellation in Rust based on [speexdsp](https://github.com/xiph/s

## Supported Platforms

| Platform | Architecture | Supported ✔️ |
| ----------- | ------------ | ----------- |
| **Windows** | x86, ARM64 | ✔️ |
| **Linux** | x86, ARM64 | ✔️ |
| **macOS** | x86, ARM64 | ✔️ |
| **Android** | ARM64 | ✔️ |
| **iOS** | ARM64 | ✔️ |
| **WASM** | - | ✔️ |
| **RISC-V** | RISC-V64 | ✔️ |
| Platform | Architecture | Supported |
| ----------- | ------------ | ---------- |
| **Windows** | x86, ARM64 | ✔️ |
| **Linux** | x86, ARM64 | ✔️ |
| **macOS** | x86, ARM64 | ✔️ |
| **Android** | ARM64 | ✔️ |
| **iOS** | ARM64 | ✔️ |
| **WASM** | wasm32 | ✔️ |
| **RISC-V** | RISC-V64 | ✔️ |

# Install

Expand Down

0 comments on commit 8e8e1c8

Please sign in to comment.