Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions config/android/repos/soniqo-speech-android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"expertise": "ADVANCED",
"version": 1,
"source": "github",
"authorIds": ["ivan-digital"],
"owner": "soniqo",
"repo": "speech-android",
"name": "speech-android",
"shortDescription": "On-device speech SDK: offline voice agent in 1.2 GB RAM.",
"longDescription": "An Apache-2.0 Kotlin SDK for on-device speech on Android: VAD, streaming multilingual STT, and TTS over a C++/ONNX Runtime core. The demo app chains them with FunctionGemma 270M on LiteRT into an offline voice agent that executes device commands in 1.2 GB of RAM, about 0.9 s per command.",
"content": "README.md",
"pages": [],
"tags": ["kotlin", "samples"]
}
6 changes: 6 additions & 0 deletions config/authors/ivan-digital.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Ivan Potapov",
"bio": "Maintainer of soniqo speech-android and speech-core — on-device speech and voice agents.",
"photoURL": "https://avatars.githubusercontent.com/ivan-digital",
"githubURL": "https://github.com/ivan-digital"
}