Installation

discord-ext-music require Python 3.8 or higher, Python 2.7 or lower are not supported and Python 3.7 or lower are not supported too.

Via PyPI

Note

On linux, before you installing discord-ext-music you need to install these required packages:

  • libffi

  • libnacl

  • python3-dev

You can install discord-ext-music via PyPI:

pip install -U discord-ext-music

Optional Dependencies

  • av for embedded FFmpeg libraries music sources

  • miniaudio for Miniaudio-based music sources

  • scipy for equalizer

  • pydub for equalizer

Installing Optional Dependencies

PyAV

You can do the following command:

pip install -U discord-ext-music[av]

For more infomation about installing PyAV, please go to here

pyminiaudio

You can do the following command:

Note

On windows, you may need to install Visual Studio with C++ extension (or Visual studio build tools) before installing miniaudio.

pip install -U discord-ext-music[miniaudio]

scipy and pydub

You can do the following command:

pip install -U discord-ext-music[equalizer]