Skip to content

jklof/anode

Repository files navigation

ANode

Node based realtime audio processing

setup

Create the complete development environment with a single command

conda env create -f environment.yml

Activate the new environment

conda activate anode-dev

compile and install

This command does two magic things:

  • Triggers scikit-build-core, which runs CMake to compile C++ code.
  • Installs Python package in a way that any changes to the .py files are immediately reflected without needing to reinstall.
pip install -e . -v

run

python main.py

remove the environment

conda deactivate anode-dev
conda env remove --name anode-dev

About

A Node Audio Processing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors