diff --git a/config/android/repos/soniqo-speech-android.json b/config/android/repos/soniqo-speech-android.json new file mode 100644 index 00000000..7e913035 --- /dev/null +++ b/config/android/repos/soniqo-speech-android.json @@ -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"] +} diff --git a/config/authors/ivan-digital.json b/config/authors/ivan-digital.json new file mode 100644 index 00000000..048b6af0 --- /dev/null +++ b/config/authors/ivan-digital.json @@ -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" +}