tests/audio_core: add sanity test cases for LLE vs HLE

This commit is contained in:
SachinVin 2023-05-21 20:12:49 +05:30
parent 8cada619b3
commit 5311c939a2
6 changed files with 266 additions and 1 deletions

View file

@ -28,6 +28,9 @@ public:
void SetServiceToInterrupt(std::weak_ptr<Service::DSP::DSP_DSP> dsp) override;
void SetSemaphoreHandler(std::function<void()> handler);
void SetRecvDataHandler(u8 index, std::function<void()> handler);
void LoadComponent(const std::vector<u8>& buffer) override;
void UnloadComponent() override;