diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-10-23 02:00:01 +0500 |
---|---|---|
committer | Malik Talha <talhamalik727x@gmail.com> | 2023-10-26 21:36:57 +0500 |
commit | 8417e9daeecbdb3847de401b0fcc6304d246a787 (patch) | |
tree | a9dafba232ee7e458358861d1356636c079a12da /assets | |
parent | 8d38450e46ff3854ade4005c4132edfb1aabb9b4 (diff) |
Add flutter voice assistant app
A flutter based gRPC client Voice Assistant made specifically
to communicate with the Voice Agent service.
SPEC-4906
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Change-Id: Ic4a382c1cdb78f1a79f985e3d37ce2fb06c53203
Diffstat (limited to 'assets')
-rw-r--r-- | assets/agl_logo.png | bin | 0 -> 107245 bytes | |||
-rw-r--r-- | assets/config.json | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/assets/agl_logo.png b/assets/agl_logo.png Binary files differnew file mode 100644 index 0000000..ffe5d19 --- /dev/null +++ b/assets/agl_logo.png diff --git a/assets/config.json b/assets/config.json new file mode 100644 index 0000000..6920f9b --- /dev/null +++ b/assets/config.json @@ -0,0 +1,4 @@ +{ + "grpc_host": "127.0.0.1", + "grpc_port": 51053 +}
\ No newline at end of file |