Speech Android Models
Collection
Mobile ONNX models for speech-android SDK โข 4 items โข Updated
Real-time noise cancellation for speech-android.
| File | Description |
|---|---|
| deepfilter.onnx | Neural network (~8 MB) โ pending export |
| deepfilter-auxiliary.bin | ERB filterbanks + Vorbis window (124 KB) |
| 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 |