From 4ae2fc22c17d5ad6207421e1420fcf40c33eed99 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Tue, 12 Nov 2024 20:48:19 -0300 Subject: current work --- include/sf64audio_provisional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sf64audio_provisional.h b/include/sf64audio_provisional.h index 9f766f8b..bc871c35 100644 --- a/include/sf64audio_provisional.h +++ b/include/sf64audio_provisional.h @@ -659,7 +659,7 @@ typedef struct { * processing audio commands. This struct parameterizes that buffer. */ typedef struct { - /* 0x00 */ s16 count; + /* 0x00 */ s16 numBuffers; /* 0x02 */ u16 samplingFrequency; // Target sampling rate in Hz /* 0x04 */ u16 aiSamplingFrequency; // True sampling rate of the audio interface (AI), see `osAiSetFrequency` /* 0x06 */ s16 samplesPerFrameTarget; -- cgit v1.2.3