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
/
voice_client.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add PCMVolumeTransformer to augment volume of a PCM stream.
Rapptz
2017-04-19
1
-1
/
+14
*
Add VoiceClient.is_paused to query pause state.
Rapptz
2017-04-19
1
-0
/
+4
*
Add VoiceClient.source to get the AudioSource being played.
Rapptz
2017-04-19
1
-0
/
+5
*
Clean cache when TimeoutError occurs.
Rapptz
2017-04-18
1
-1
/
+1
*
Better handling of VOICE_SERVER_UPDATE.
Rapptz
2017-04-18
1
-23
/
+29
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-489
/
+175
*
Ensure after is called inside the daemon thread for players.
Rapptz
2017-02-14
1
-2
/
+6
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-1
/
+1
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-6
/
+6
*
Catch Player errors and gracefully stop them.
Rapptz
2016-09-25
1
-5
/
+37
*
Add stderr arg to create_ffmpeg_player
Daniel
2016-07-08
1
-2
/
+5
*
Make PyNaCl optional
Hornwitser
2016-06-28
1
-1
/
+11
*
Raise TypeError if "after" parameter is not a callable.
Rapptz
2016-06-20
1
-1
/
+4
*
Make sure the socket is closed when we call VoiceClient.disconnect
Rapptz
2016-06-14
1
-3
/
+5
*
Handle voice websocket closure if it's a successful close.
Rapptz
2016-06-10
1
-2
/
+8
*
Actually read from the voice websocket & fix heartbeat.
Jake
2016-06-05
1
-0
/
+10
*
Fix ytdl documentation link.
Rapptz
2016-05-27
1
-2
/
+2
*
Make Player threads into daemon threads.
Rapptz
2016-05-12
1
-0
/
+1
*
Add a way to change the player volume.
Rapptz
2016-05-12
1
-0
/
+18
*
Add VoiceClient.move_to for quick switching of voice channels.
Rapptz
2016-05-12
1
-0
/
+26
*
Add libopus DLLs for ease of use.
Rapptz
2016-05-06
1
-4
/
+3
*
Working multi-server voice support.
Rapptz
2016-05-01
1
-0
/
+7
*
Refactor voice websocket into gateway.py
Rapptz
2016-04-27
1
-115
/
+9
*
Drop voice packets when it can be potentially blocking.
Rapptz
2016-03-31
1
-1
/
+5
*
Encrypted audio working with PyNacl
izy521
2016-03-31
1
-12
/
+20
*
Add boolean option to specify if VoiceClient.play_audio should encode.
Rapptz
2016-03-25
1
-6
/
+11
*
Add a way to set ffmpeg options before the -i flag.
Rapptz
2016-03-25
1
-7
/
+13
*
Move ffmpeg process cleanup to player thread
Khazhismel Kumykov
2016-03-25
1
-3
/
+5
*
Support ytsearch and playlists in youtube_dl_player
Khazhismel
2016-03-09
1
-0
/
+3
*
Disconnect from voice server properly
Jake
2016-03-04
1
-1
/
+1
*
Clean up zombies
Khazhismel Kumykov
2016-03-02
1
-0
/
+2
*
Make VoiceClient.create_ytdl_player a coroutine.
Rapptz
2016-01-31
1
-10
/
+78
*
Change options in VoiceClient.create_ytdl_player to ytdl_options.
Rapptz
2016-01-31
1
-11
/
+10
*
Try to make the pause/resume loop not busy.
Rapptz
2016-01-26
1
-6
/
+9
*
add ``headers`` option to create_ffmpeg_player()
Alexey Glushko
2016-01-26
1
-3
/
+10
*
Unit correction in voice docstrings.
Rapptz
2016-01-18
1
-2
/
+2
*
Raise a different exception if ffmpeg is not found in PATH.
Rapptz
2016-01-16
1
-0
/
+2
*
Proper exception chaining.
Rapptz
2016-01-13
1
-1
/
+1
*
Remove excessive logging when using voice.
Rapptz
2016-01-06
1
-2
/
+0
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
make ip/port voice packet logic more clear
Steven Berler
2015-12-27
1
-8
/
+8
*
fix broken ip and port in voice client
Steven Berler
2015-12-27
1
-4
/
+6
*
Insert options before pipe:1 in ffmpeg player, otherwise they are ignored
Khazhismel
2015-12-23
1
-2
/
+3
*
Documentation fixes.
Rapptz
2015-12-17
1
-2
/
+2
*
Client.run now does cleanup when KeyboardInterrupt is encountered.
Rapptz
2015-12-14
1
-9
/
+12
*
Remove socket.shutdown and only use socket.close instead.
Rapptz
2015-12-11
1
-1
/
+0
*
Add experimental ytdl player.
Rapptz
2015-12-11
1
-1
/
+66
*
ffmpeg process is now properly killed.
Rapptz
2015-12-11
1
-12
/
+36
*
Add missing implementation for create_stream_player.
Rapptz
2015-12-10
1
-0
/
+1
[prev]
[next]