NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
nnl::asset::SoundBank Namespace Reference

Constants for accessing entries in an asset container that stores a PHD/PBD sound bank, a proprietary format developed by Sony. More details can be found in the official PSP SDK docs. More...

Variables

constexpr u32 kPHD = 0
constexpr u32 kPBD = 1

Detailed Description

Constants for accessing entries in an asset container that stores a PHD/PBD sound bank, a proprietary format developed by Sony. More details can be found in the official PSP SDK docs.

See also
nnl::asset::Category
nnl::asset::Asset
nnl::format::FileFormat

Variable Documentation

◆ kPBD

u32 nnl::asset::SoundBank::kPBD = 1
constexpr

The raw ADPCM waveform data for all sounds.

See also
nnl::adpcm::Decode

◆ kPHD

u32 nnl::asset::SoundBank::kPHD = 0
constexpr

The PHD header that contains metadata linking attributes for all sounds in the bank.

See also
nnl::phd::IsOfType