ONNX
Collection
ONNX bundles for soniqo.audio. VAD, speech enhancement, ASR, TTS β for Android via ONNX Runtime and cross-platform consumers. β’ 5 items β’ Updated β’ 1
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 |