Voice Activity Detection
LiteRT
LiteRT
multilingual
speaker-diarization
pyannote
diarization
on-device
soniqo
speech-cloud
speech-core
Instructions to use soniqo/Pyannote-Segmentation-LiteRT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use soniqo/Pyannote-Segmentation-LiteRT with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
card: unified LiteRT model card with soniqo.audio + ecosystem links
Browse files
README.md
CHANGED
|
@@ -24,10 +24,9 @@ Speaker-aware segmentation for diarization pipelines. 16 kHz, 5-second windows.
|
|
| 24 |
|
| 25 |
> Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β
|
| 26 |
> an open, runtime-portable stack for speech AI. This bundle is the
|
| 27 |
-
> **LiteRT** export
|
| 28 |
-
> [`speech-
|
| 29 |
-
>
|
| 30 |
-
> Browse all LiteRT bundles in the
|
| 31 |
> [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
|
| 32 |
|
| 33 |
## Use cases on soniqo.audio
|
|
@@ -122,10 +121,9 @@ Upstream: [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentati
|
|
| 122 |
## Ecosystem
|
| 123 |
|
| 124 |
- [**soniqo.audio**](https://soniqo.audio) β use-case explorer (transcription, voice cloning, live ASR, voice agents).
|
| 125 |
-
- [**speech-cloud**](https://github.com/soniqo/speech-cloud) β C++ cloud API server. Runs LiteRT models behind `/v1/transcribe`, `/v1/realtime`, and (planned) `/v1/audio/speech`.
|
| 126 |
- [**speech-core**](https://github.com/soniqo/speech-core) β C++ orchestration library for voice agents. Abstract `STTInterface` / `TTSInterface` / `VADInterface` / `EnhancerInterface`; LiteRT implementations plug straight into the interfaces.
|
| 127 |
-
- [**speech-models**](https://github.com/soniqo/speech-models) β the exporters that produced this bundle.
|
| 128 |
- [**speech-swift**](https://github.com/soniqo/speech-swift) β Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
|
|
|
|
| 129 |
|
| 130 |
## Other LiteRT models in this collection
|
| 131 |
|
|
|
|
| 24 |
|
| 25 |
> Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β
|
| 26 |
> an open, runtime-portable stack for speech AI. This bundle is the
|
| 27 |
+
> **LiteRT** export, designed to plug into the abstract interfaces in
|
| 28 |
+
> [`speech-core`](https://github.com/soniqo/speech-core) (C++ voice-agent
|
| 29 |
+
> orchestration library). Browse all LiteRT bundles in the
|
|
|
|
| 30 |
> [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
|
| 31 |
|
| 32 |
## Use cases on soniqo.audio
|
|
|
|
| 121 |
## Ecosystem
|
| 122 |
|
| 123 |
- [**soniqo.audio**](https://soniqo.audio) β use-case explorer (transcription, voice cloning, live ASR, voice agents).
|
|
|
|
| 124 |
- [**speech-core**](https://github.com/soniqo/speech-core) β C++ orchestration library for voice agents. Abstract `STTInterface` / `TTSInterface` / `VADInterface` / `EnhancerInterface`; LiteRT implementations plug straight into the interfaces.
|
|
|
|
| 125 |
- [**speech-swift**](https://github.com/soniqo/speech-swift) β Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
|
| 126 |
+
- [**speech-android**](https://github.com/soniqo/speech-android) β Android SDK consuming on-device LiteRT bundles.
|
| 127 |
|
| 128 |
## Other LiteRT models in this collection
|
| 129 |
|