Skip to content

quic-aditrath/audioreach-graphservices

 
 

Repository files navigation

AudioReach Graph Service

Introduction

This repository hosts a set of platform independent graph service libraries and implementation of abstraction layer for different OS and platform. These libraries together setup and manage audio graphs in the signal processing framework.

Documentation

Refer AudioReach docs here

Build instructions

Graph service repository supports various build systems: Android, Autotools. CMake is work in progress.

OpenEmbedded

Refer meta-audioreach README for instructions to use Graph Service on OpenEmbedded system.

Manual Compilation

Please note that this instruction is written for Autotools.

Environment Setup & Software Dependency
sudo apt-get install autoconf automake libtool
sudo apt-get install glib-2.0
Configure & Make
cd <path_to_audioreach-graphservices>
autoreconf --install
# Run command ./configure --help to check configuration options.
./configure <config options>
make
make install

NOTE: make install command uses /usr/local/ as the default installation directory. Use DESTDIR argument to specify different path.

Example
./configure --with-syslog --with-glib --without-cutils --with-dummy_diag --with-are_on_apps
make
make DESTDIR=<Absolute path to installation dir> install

License

Graph service is licensed under the BSD-3-Clause. Check out the LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.4%
  • C++ 3.7%
  • Other 0.9%