/discord-ext-audiorec

A discord.py experimental extension for audio recording

Primary LanguageRustMIT LicenseMIT

discord-ext-audiorec

Docs PyPI Support

This project is currently under development. We do not guarantee it works.

A discord.py experimental extension for audio recording

Inspired by discord-ext-native-voice

Installation

Supported OS: Windows, Mac OS X, Linux

Supported Python Version: 3.6, 3.7, 3.8, 3.9

python -m pip install -U discord-ext-audiorec

Build

Requires

  • Rust 1.47 +
python -m pip install -r requirements-dev.txt

python -m pip install -U .
# or
python setup.py develop

The compilation and Rust package resolution will be automatically handled by setuptools-rust.