A plaintext DAW (Digital Audio Workstation)
This project has been developed on video on the PageKey Tech YouTube channel. You can check the series out here.
Join the Discord to discuss this project and connect with others!
-
You must have Git installed on your system and available in the PATH.
-
You must have Git LFS installed and configured for use.
-
You make sure
ffmpeg
is installed.
apt install ffmpeg
brew install ffmpeg
yum install ffmpeg
General use:
pip install plaintext-daw
Development:
git clone git@github.com:pagekeytech/plaintext-daw
cd plaintext-daw
pip install -e .
Type plaintext-daw
on the command line to see usage instructions.
Open the docs
folder as an Obsidian vault to view the documentation for this project.