Skip to content

a library of algorithms for real-time applications in audio and gesture processing

Notifications You must be signed in to change notification settings

ircam-ismm/rta-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTA library

configure

In the include folder, rta.h includes a configuration header file to eventually override its default definitions. This file must be created by users of the library, and named rta_configuration.h. The files rta_configuration_basic.h and rta_configuration_console.h located in the include folder are examples of what it could look like.

license

All the files in RTA are released under the BSD 3-clause license, except statistics/rta_cca.h and statistics/rta_cca.c which depend on the GSL (GNU Scientific Library), and are therefore released under the same GPL v3 license.

rebuild the doc

~/rta-lib$ cd build/doxygen
~/rta-lib/build/doxygen$ doxygen rta.doxygen

then open in your favourite browser

~/rta-lib/build/doxygen$ cd ../../docs
~/rta-lib open index.html