Rework ADSP into a wrapper for apps

This commit is contained in:
Kelebek1 2023-08-31 15:09:15 +01:00
parent f6879dce96
commit de326e42bb
173 changed files with 1059 additions and 1265 deletions

View file

@ -11,7 +11,7 @@
#include "common/common_types.h"
#include "common/fixed_point.h"
namespace AudioCore::AudioRenderer {
namespace AudioCore::Renderer {
class ReverbInfo : public EffectInfoBase {
public:
@ -187,4 +187,4 @@ public:
CpuAddr GetWorkbuffer(s32 index) override;
};
} // namespace AudioCore::AudioRenderer
} // namespace AudioCore::Renderer