MacOS auth for Spotify

This commit is contained in:
philippe44
2023-07-25 19:08:30 -07:00
parent 8b764c0c2d
commit bdceb2d832
7 changed files with 106 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ static long vorbisTellCb(TrackPlayer* self) {
TrackPlayer::TrackPlayer(std::shared_ptr<cspot::Context> ctx,
std::shared_ptr<cspot::TrackQueue> trackQueue,
EOFCallback eof, TrackLoadedCallback trackLoaded)
: bell::Task("cspot_player", 32 * 1024, 5, 1) {
: bell::Task("cspot_player", 48 * 1024, 5, 1) {
this->ctx = ctx;
this->eofCallback = eof;
this->trackLoaded = trackLoaded;