index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
opus.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typehint opus.py
apple502j
2021-08-22
1
-39
/
+58
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-5
/
+5
*
Add a few typehints to opus.py
Stocker
2021-08-19
1
-4
/
+18
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+6
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-5
/
+3
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-9
/
+4
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-2
/
+2
*
Add in Decoder
Devon R
2020-12-12
1
-36
/
+176
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Add FFmpegOpusAudio and other voice improvements
Imayhaveborkedit
2019-07-22
1
-14
/
+21
*
Raise max encoder bitrate to 512kbps
Imayhaveborkedit
2019-06-20
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-11
/
+8
*
Wording nit, library -> function in load_opus
Rapptz
2019-04-08
1
-1
/
+1
*
Add a note to load_opus that it's auto loaded on Windows.
Rapptz
2019-04-08
1
-0
/
+5
*
Organise documentation
NCPlayz
2019-03-19
1
-16
/
+16
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-3
/
+4
*
[lint] Do log formating lazily
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Remove redundant exception variables
Hornwitser
2018-11-24
1
-5
/
+2
*
Fixed opus error check
Daniel
2018-02-06
1
-2
/
+3
*
Add errcheck functions to opus foreign functions
Daniel
2018-01-31
1
-41
/
+37
*
Add intersphinx
Tobotimus
2018-01-06
1
-1
/
+1
*
Defer logging formatting until the logger is actually called.
Rapptz
2017-06-09
1
-1
/
+1
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-9
/
+10
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-5
/
+5
*
Add ability to set opus encoder input signal type.
Kyle Repinski
2017-01-03
1
-0
/
+19
*
Add libopus DLLs for ease of use.
Rapptz
2016-05-06
1
-2
/
+10
*
Enable FEC/PLR
Jake
2016-05-03
1
-0
/
+18
*
Add ability to set bandwith and bitrate.
Rapptz
2016-02-02
1
-2
/
+39
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Documentation fixes for opus related import errors.
Rapptz
2015-12-08
1
-3
/
+4
*
Add OpusNotLoaded exception and opus.is_loaded utility function.
Rapptz
2015-12-08
1
-2
/
+29
*
Documentation fixes for opus bindings.
Rapptz
2015-12-08
1
-14
/
+22
*
Working voice sending implementation.
Rapptz
2015-12-08
1
-0
/
+159