discord-ext-copus

Cython bindings of libopus for discord.py


Keywords
cython, discord-py, libopus, python-3
License
MIT
Install
pip install discord-ext-copus==0.0.1

Documentation

discord-ext-copus

Cython bindings of libopus for discord.py

Installation

pip install discord-ext-copus

Usage

from discord.ext import copus
copus.install()

This monkeypatches the extension objects into discord.py, replacing the pure-python+ffi ones. To revert this simply call copus.uninstall().

Requirements

  • Python 3.6 or 3.7
  • discord.py