28 static std::unordered_map<AudioTableType, TableEntry> tables;
29 static NAudioDrivers driver;
32 static std::unordered_map<uint64_t, std::string> sampleDedup;
36 static std::unordered_map<uint32_t, std::string> sampleAddrRemap;
38 static LUS::BinaryReader MakeReader(AudioTableType type, uint32_t offset);
39 static TunedSample LoadTunedSample(LUS::BinaryReader& reader, uint32_t parent, uint32_t sampleBankId);
40 static uint64_t GetPathByAddr(uint32_t addr);
42 static const char* GetMediumStr(uint8_t medium);
43 static const char* GetCachePolicyStr(uint8_t policy);
44 static const char* GetCodecStr(uint8_t codec);
Definition AudioContext.h:47
Definition AudioContext.h:26
Definition AudioContext.h:15