aboutsummaryrefslogtreecommitdiff
path: root/discord/opus.py
Commit message (Expand)AuthorAgeFilesLines
* Typehint opus.pyapple502j2021-08-221-39/+58
* Make global log variable in modules privateRapptz2021-08-221-5/+5
* Add a few typehints to opus.pyStocker2021-08-191-4/+18
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+6
* Modernize code to use f-stringsRapptz2021-04-041-5/+3
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-9/+4
* Change copyright year to presentNihaal Sangha2021-01-151-2/+2
* Add in DecoderDevon R2020-12-121-36/+176
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Add FFmpegOpusAudio and other voice improvementsImayhaveborkedit2019-07-221-14/+21
* Raise max encoder bitrate to 512kbpsImayhaveborkedit2019-06-201-1/+1
* Improve documentationNCPlayz2019-06-071-11/+8
* Wording nit, library -> function in load_opusRapptz2019-04-081-1/+1
* Add a note to load_opus that it's auto loaded on Windows.Rapptz2019-04-081-0/+5
* Organise documentationNCPlayz2019-03-191-16/+16
* 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