This project is currently under development. We do not guarantee it works.
A disnake experimental extension for audio recording
I just did discord ~> disnake
Real Module can be found here
Supported OS: Windows, Mac OS X, Linux
Supported Python Version: 3.6, 3.7, 3.8, 3.9
pip install -U git+https://github.com/LonelyGuy12/disnake-ext-audiorec
- 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.