File size: 955 Bytes
ee4210e
 
 
 
 
 
 
 
da6e607
 
 
ee4210e
 
 
da6e607
 
ee4210e
da6e607
 
 
 
 
 
 
6c71c1b
 
 
409240a
 
6c71c1b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
tags: [speech-enhancement, noise-cancellation, onnx, android, speech]
license: mit
---
# DeepFilterNet3 — ONNX

Real-time noise cancellation for [speech-android](https://github.com/soniqo/speech-android).

- **2.1M params**, real-time at 48 kHz
- STFT: 960-point FFT, 480 hop

## Files
| File | Description |
|------|-------------|
| deepfilter.onnx | Neural network (~8 MB) — pending export |
| deepfilter-auxiliary.bin | ERB filterbanks + Vorbis window (124 KB) |

## Tensors
| I/O | Name | Shape | Type |
|-----|------|-------|------|
| in | feat_erb | [1, 1, T, 32] | float32 |
| in | feat_spec | [1, 2, T, 96] | float32 |
| out | erb_mask | [1, 1, T, 32] | float32 |
| out | df_coefs | [1, 5, T, 96, 2] | float32 |

---

- **Guide**: [soniqo.audio/guides/denoise/android](https://soniqo.audio/guides/denoise/android)
- **Docs**: [soniqo.audio](https://soniqo.audio)
- **GitHub**: [soniqo/speech-swift](https://github.com/soniqo/speech-swift)