Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.55 KB

File metadata and controls

37 lines (30 loc) · 2.55 KB

How to use:

pip install pillow
pip install numpy
pip install pyaudio

64 bit Windows:

  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp314-cp314-win_amd64.whl for Python 3.14
  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp313-cp313-win_amd64.whl for Python 3.13
  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp312-cp312-win_amd64.whl for Python 3.12
  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp311-cp311-win_amd64.whl for Python 3.11

32 bit Windows:

  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp314-cp314-win32.whl for Python 3.14
  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp313-cp313-win32.whl for Python 3.13
  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp312-cp312-win32.whl for Python 3.12
  • pip install audioeditor-windows-latest/audioeditor-0.1.0-cp311-cp311-win32.whl for Python 3.11

ManyLinux:

  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl for Python 3.14
  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl for Python 3.13
  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl for Python 3.12
  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl for Python 3.11

Musllinux:

  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl for Python 3.14
  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl for Python 3.13
  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl for Python 3.12
  • pip install audioeditor-ubuntu-latest/audioeditor-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl for Python 3.11

MacOs:

  • pip install audioeditor-macos-latest/audioeditor-0.1.0-cp314-cp314-macosx_10_13_universal2.whl for Python 3.14
  • pip install audioeditor-macos-latest/audioeditor-0.1.0-cp313-cp313-macosx_10_13_universal2.whl for Python 3.13
  • pip install audioeditor-macos-latest/audioeditor-0.1.0-cp312-cp312-macosx_10_13_universal2.whl for Python 3.12
  • pip install audioeditor-macos-latest/audioeditor-0.1.0-cp311-cp311-macosx_10_9_universal2.whl for Python 3.11

Then run main.py with the same Python version that you installed the wheel for.