Skip to content

uselessvevo/pie-audio

Repository files navigation

Pie Audio - Simple audio editor with plug-ins support

Python 3.7 Python 3.8 Python 3.9 Python 3.10

Documentation

EnglishРусский

Before I start, I want to say a special thanks to the creators of the spyder-ide project, as some of the code is based on it.

Installing and running the application

Since the project is under active development, the installation package available on pypi is not yet available. This means that you will need the git versioning program and the pip package manager. Let's get started.

  • Download the project via git: git clone https://github.com/uselessvevo/pie-audio
  • Unpack the archive to any location you like.
  • Install all dependencies (pip install -r requirements.default.txt) or install through the package manager (pip install .)
  • Run the program: python pie-audio.py or pie-audio.exe

Development

We are using the snake_case feature - this means you need to generate *.pyi files by typing this command: pyside6-genpyi all --feature snake_case Mark the plugins directory as the source directory