mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
HLE DSP: Stub AAC
This commit is contained in:
parent
fb8130a868
commit
0490c6753f
4 changed files with 119 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <queue>
|
||||
#include <vector>
|
||||
|
||||
#include "audio/aac.hpp"
|
||||
#include "audio/dsp_core.hpp"
|
||||
#include "audio/dsp_shared_mem.hpp"
|
||||
#include "memory.hpp"
|
||||
|
@ -166,6 +167,7 @@ namespace Audio {
|
|||
}
|
||||
}
|
||||
|
||||
void handleAACRequest(const AAC::Message& request);
|
||||
void updateSourceConfig(Source& source, HLE::SourceConfiguration::Configuration& config, s16_le* adpcmCoefficients);
|
||||
void generateFrame(StereoFrame<s16>& frame);
|
||||
void generateFrame(DSPSource& source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue