mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-12 00:26:41 +02:00
Check if enough alsa frames are available
This commit is contained in:
parent
57aa683f93
commit
2c7cbc0d75
4 changed files with 30 additions and 28 deletions
|
@ -31,6 +31,24 @@
|
|||
#if defined(HAS_OPUS)
|
||||
#include "decoder/opus_decoder.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef HAS_ALSA
|
||||
#include "player/alsa_player.hpp"
|
||||
#include "player/alsa_player_test.hpp"
|
||||
#endif
|
||||
#ifdef HAS_OPENSL
|
||||
#include "player/opensl_player.hpp"
|
||||
#endif
|
||||
#ifdef HAS_OBOE
|
||||
#include "player/oboe_player.hpp"
|
||||
#endif
|
||||
#ifdef HAS_COREAUDIO
|
||||
#include "player/coreaudio_player.hpp"
|
||||
#endif
|
||||
#ifdef WINDOWS
|
||||
#include "player/wasapi_player.h"
|
||||
#endif
|
||||
|
||||
#include "browseZeroConf/browse_mdns.hpp"
|
||||
#include "common/aixlog.hpp"
|
||||
#include "common/snap_exception.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue