NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
phd.hpp File Reference

Contains a few functions and structures for working with PHD files from PHD/PBD sound banks, a proprietary format developed by Sony Computer Entertainment. More...

Go to the source code of this file.

Namespaces

namespace  nnl
namespace  nnl::phd
 Contains a few functions and structures for working with PHD files from PHD/PBD sound banks, a proprietary format developed by Sony Computer Entertainment.

Functions

bool nnl::phd::IsOfType (BufferView buffer)
 Tests if the provided file is a PHD header.

Variables

constexpr u32 nnl::phd::raw::kMagicBytes = utl::data::FourCC("PPHD")
 Magic bytes.

Detailed Description

Contains a few functions and structures for working with PHD files from PHD/PBD sound banks, a proprietary format developed by Sony Computer Entertainment.

Note
This module is a draft; currently, it only supports file type validation. More details can be found in the official PSP SDK documentation.
See also
nnl::phd::IsOfType
nnl::asset::SoundBank
nnl::asset::Category::kSoundBank