aboutsummaryrefslogtreecommitdiff
path: root/discord/opus.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Fix import orderHornwitser2018-11-241-3/+4
* [lint] Do log formating lazilyHornwitser2018-11-241-2/+2
* [lint] Remove redundant exception variablesHornwitser2018-11-241-5/+2
* Fixed opus error checkDaniel2018-02-061-2/+3
* Add errcheck functions to opus foreign functionsDaniel2018-01-311-41/+37
* Add intersphinxTobotimus2018-01-061-1/+1
* Defer logging formatting until the logger is actually called.Rapptz2017-06-091-1/+1
* Re-implement voice sending.Rapptz2017-04-181-9/+10
* Update copyright year to 2017.Rapptz2017-01-201-5/+5
* Add ability to set opus encoder input signal type.Kyle Repinski2017-01-031-0/+19
* Add libopus DLLs for ease of use.Rapptz2016-05-061-2/+10
* Enable FEC/PLRJake2016-05-031-0/+18
* Add ability to set bandwith and bitrate.Rapptz2016-02-021-2/+39
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Documentation fixes for opus related import errors.Rapptz2015-12-081-3/+4
* Add OpusNotLoaded exception and opus.is_loaded utility function.Rapptz2015-12-081-2/+29
* Documentation fixes for opus bindings.Rapptz2015-12-081-14/+22
* Working voice sending implementation.Rapptz2015-12-081-0/+159