audio_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
a400e49338
13 changed files with 26 additions and 52 deletions
|
@ -11,8 +11,7 @@
|
|||
#include "common/assert.h"
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace AudioCore {
|
||||
namespace Codec {
|
||||
namespace AudioCore::Codec {
|
||||
|
||||
StereoBuffer16 DecodeADPCM(const u8* const data, const std::size_t sample_count,
|
||||
const std::array<s16, 16>& adpcm_coeff, ADPCMState& state) {
|
||||
|
@ -123,5 +122,4 @@ StereoBuffer16 DecodePCM16(const unsigned num_channels, const u8* const data,
|
|||
|
||||
return ret;
|
||||
}
|
||||
} // namespace Codec
|
||||
} // namespace AudioCore
|
||||
} // namespace AudioCore::Codec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue