1
0
Fork 0
mirror of https://github.com/badaix/snapcast synced 2025-09-16 06:02:35 +02:00
snapcast/client/player
2021-12-16 22:22:58 +01:00
..
alsa_player.cpp Tidy up code 2021-02-11 08:33:36 +01:00
alsa_player.hpp Switch to C++17 2021-06-27 13:07:07 +02:00
coreaudio_player.cpp Silence the PCM buffer if no chunk is available 2021-02-03 22:58:21 +01:00
coreaudio_player.hpp Add player namespace and player name constants 2020-12-31 18:29:26 +01:00
file_player.cpp Fix writing "PCM device not found" for file player 2021-04-30 10:39:45 +02:00
file_player.hpp Fix writing "PCM device not found" for file player 2021-04-30 10:39:45 +02:00
oboe_player.cpp Silence the PCM buffer if no chunk is available 2021-02-03 22:58:21 +01:00
oboe_player.hpp Add player namespace and player name constants 2020-12-31 18:29:26 +01:00
opensl_player.cpp Tidy up code 2021-02-11 08:33:36 +01:00
opensl_player.hpp Add player namespace and player name constants 2020-12-31 18:29:26 +01:00
pcm_device.hpp Add player namespace and player name constants 2020-12-31 18:29:26 +01:00
player.cpp Fix pragmas 2021-12-08 10:48:26 +01:00
player.hpp Fix data races 2021-09-12 12:03:27 +02:00
pulse_player.cpp Reduce logging 2021-12-16 22:22:58 +01:00
pulse_player.hpp disconnect from pulse temporarily while there are no chunks available 2021-12-09 13:36:12 +01:00
wasapi_player.cpp Fix deprecation warning 2021-06-27 20:55:05 +02:00
wasapi_player.hpp Wasapi player: unregister system volume change callback on player destroy. Fixes crash when changing Windows volume after switching streams 2021-04-17 10:27:14 +02:00