mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
idf overriding method to bring back SPDIF and fix SPI + new CSPOT (which crashes)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include "MercuryManager.h"
|
||||
#include "ProtoHelper.h"
|
||||
#include "Utils.h"
|
||||
#include "MercuryResponse.h"
|
||||
#include <fstream>
|
||||
@@ -13,6 +12,8 @@
|
||||
#include <functional>
|
||||
#include "ChunkedAudioStream.h"
|
||||
#include "TrackReference.h"
|
||||
#include "NanoPBHelper.h"
|
||||
#include "protobuf/metadata.pb.h"
|
||||
#include <cassert>
|
||||
|
||||
struct TrackInfo {
|
||||
@@ -33,7 +34,7 @@ private:
|
||||
void episodeInformationCallback(std::unique_ptr<MercuryResponse> response, uint32_t position_ms, bool isPaused);
|
||||
void requestAudioKey(std::vector<uint8_t> fileId, std::vector<uint8_t> trackId, int32_t trackDuration, uint32_t position_ms, bool isPaused);
|
||||
bool countryListContains(std::string countryList, std::string country);
|
||||
bool canPlayTrack(std::vector<Restriction> &restrictions);
|
||||
bool canPlayTrack();
|
||||
Track trackInfo;
|
||||
Episode episodeInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user