Merge pull request #45 from h4570/doc/audio

Audio: Added small comment to loadADPCM().
This commit is contained in:
Michał Mostowik
2020-12-07 23:51:13 +01:00
committed by GitHub
+2 -1
View File
@@ -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);