From 0474fc07a583dcd2ac252187ba8e07c557add7cb Mon Sep 17 00:00:00 2001 From: h4570 Date: Mon, 7 Dec 2020 21:05:46 +0100 Subject: [PATCH] doc: usefull tip for loadADPCM() --- src/engine/include/modules/audio.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/include/modules/audio.hpp b/src/engine/include/modules/audio.hpp index 8bfa868..ea1dfe2 100644 --- a/src/engine/include/modules/audio.hpp +++ b/src/engine/include/modules/audio.hpp @@ -87,7 +87,8 @@ public: // ADPCM /** - * Load ADPCM sample. + * Load ADPCM sample. ADPCM sample is an output from + * "adpenc" tool, shipped with PS2SDK. * @param t_path Example: "hit.adpcm" or "folder/jump.adpcm" */ audsrv_adpcm_t *loadADPCM(char *t_path);