AudioReach project aims to deliver a comprehensive and complete end-to-end audio software solution to support a broad range of audio and voice use cases across a diverse set of SoC’s and product devices (handset, compute, wearables, hearables, xr, automotive telematics / infotainment, etc). The AudioReach SDK contains the essential components to support a seamless development workflow from off-target to on-target and flexibility to customize and tailor the processing to the capabilities and constraints of the SoC and product device (multiple cores, peripheral devices, etc). See diagrams below for highlights of SDK and workflow enabled by the SDK. In addition, refer to AudioReach Architecture Overview to learn about overall architecture as this page makes several references to key software components in the AudioReach software offering.
AudioReach Creator(ARC), also known as Qualcomm Audio Configuration Tool (QACT) currently, is the most essential tool of entire SDK. ARC enables the entire audio system design workflow.
NOTE: QACT currently runs only on Windows, with future plans to support on Linux and release an open-source version.
At high-level, AudioReach software components resides in various git repositories. Diagram below gives visual reference to components vs. repositories mapping across processor domains. One would be able to find corresponding repositories in GitHub project site. At the time of writing, only Linux platform is supported. However, more OS platforms will be planned and announced at Roadmap section of this page.
Cross-platform Software Components
AudioReach Graph Services
AudioReach Engine including Signal Processing Framework(SPF) and processing modules
Linux Adaptation
Linux platform support is offered with two architectural flavors. For developers looking to utilize full feature set of what AudioReach has to offer, build the product with architecture as depicted in
the diagram below. Following software components would need to be pulled from corresponding git repositories
For developers looking for ALSA support at Linux kernel level, AudioReach ALSA/ASoC drivers are already available in Linux Kernel under <KERNEL>/sound/soc/qcom/qdsp6.
The AudioReach meta layer provides the necessary recipes and configurations to build AudioReach software using the OpenEmbedded build system. This layer is curretly designed to support only Yocto.
For detailed instructions on how to set up and use the meta layer, please refer to the README file at meta-audioreach