Gorialis / discord-ext-copus

Cython bindings of libopus for discord.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cython bindings of libopus for discord.py

License:MIT License


Languages

Language:C 91.4%Language:Python 8.6%