Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Cython bindings of libopus for discord.py

License

Notifications You must be signed in to change notification settings

imayhaveborkedit/discord-ext-copus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-ext-copus

Cython bindings of libopus for discord.py

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().

But why?

I know replacing C code interaction with slightly more C code interaction isn't going to net any big gains. This was made mostly as an experiment for use in future projects.

Requirements

  • Python 3.6.4+
  • discord.py

Compiling from source requires:

  • cython 0.27.3

About

Cython bindings of libopus for discord.py

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published