This project includes the core functionality of the retico framework. This includes the abstract, general definitions of incremental modules and incremental units (IUs), as well as modules and IUs for audio input/output, debugging, dialogue, and text processing. Also, some tools for saving and loading modules to and from file are available.
For the main repository that includes a variety of useful modules and IU definitions, go to github.com/retico-team/retico.
For installing retico-core, you need to have portaudio
installed. See the
documentation for a detailed description of how to install it. Then, you can install it
via pip:
$ pip install retico-core
The documentation of retico-core can be found at https://retico-core.readthedocs.io/