diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-10-06 01:46:44 +0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-06 13:19:50 +0000 |
commit | 713efdf66dca8e60c3db1e720a9bb2bd074c40f3 (patch) | |
tree | 2a0442fee5812d4d5c19016ab479ab3daa30406b /meta-offline-voice-agent/README | |
parent | 88775acac57bdd2184180ad672a410b1155f1e1f (diff) |
Fix Scipy, OpenBlas, and NumPy library linking issues
This fixes the linking issues primarily between Scipy and OpenBlas
caused due to Scipy expecting a different name for OpenBlas dynamic
linking library.
Bug-AGL: SPEC-4925
Change-Id: Idb8f620134d63e7d9425a0df8942370430b3f700
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Diffstat (limited to 'meta-offline-voice-agent/README')
-rw-r--r-- | meta-offline-voice-agent/README | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/meta-offline-voice-agent/README b/meta-offline-voice-agent/README deleted file mode 100644 index 233e0fc9..00000000 --- a/meta-offline-voice-agent/README +++ /dev/null @@ -1,46 +0,0 @@ -Offline Speech Recognition using Vosk (Kaldi-ASR) : meta-offline-voice-agent -========================================================================= - -meta-offline-voice-agent is the AGL Layer using Vosk API based on Kaldi ASR Toolkit to enable Offline Speech Recognition capabilities for Automotive Grade Linux. - - -WIP -======== -The layer in its current state contains the Vosk library, and is capable of recognizing speech, as verified from the test scripts contained in https://github.com/alphacep/vosk-api/tree/master/python/example. - -### Working features: -- [vosk-api (python)](https://github.com/alphacep/vosk-api/tree/master/python) -- [vosk-websocket-server](https://github.com/alphacep/vosk-server/tree/master/websocket) - - -Testing vosk-api on AGL -====================== - -### 1. Initializing the build environment: - -The `agl-offline-voice-agent` feature needs to be enabled when including aglsetup.sh: - -```shell -$ source meta-agl/scripts/aglsetup.sh -m qemux86-64 -b build-voice-qemux86-64 agl-demo agl-offline-voice-agent ${AGL_META_PYTHON} - -$ bitbake agl-demo-platform -``` - -### 2. Running the image: - -```shell -$ runqemu tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.qemuboot.conf kvm serialstdio slirp publicvnc audio -``` - -### 3. Run the test with ptest-runner: - -```shell -$ ptest-runner python3-vosk-api -``` - -### Currently supported targets: -- QEMU x86-64: Work in progress. - -Maintainers: -- Aman Arora <aman.arora9848@gmail.com> - |