From 4a163f4dd780fc2caf05ea6f998c6455f3f80747 Mon Sep 17 00:00:00 2001 From: ivan-digital <42473865+ivan-digital@users.noreply.github.com> Date: Sun, 19 Jul 2026 10:31:21 +0200 Subject: [PATCH 1/2] Add soniqo/speech-android to Android repos --- config/android/repos/soniqo-speech-android.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/android/repos/soniqo-speech-android.json 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"] +} From ee155a799c774a9c72b8d667e6629084e99095e2 Mon Sep 17 00:00:00 2001 From: ivan-digital <42473865+ivan-digital@users.noreply.github.com> Date: Sun, 19 Jul 2026 10:31:22 +0200 Subject: [PATCH 2/2] Add author ivan-digital --- config/authors/ivan-digital.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/authors/ivan-digital.json 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" +}