diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-12 20:48:19 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-12 20:48:19 -0300 |
| commit | 4ae2fc22c17d5ad6207421e1420fcf40c33eed99 (patch) | |
| tree | 69477cc9b686a879937fe0febb3aa7eb4fd4b822 /include | |
| parent | 5ed3bb86d35e0bf8ce8c6ec39a91396e07d5e797 (diff) | |
current work
Diffstat (limited to 'include')
| -rw-r--r-- | include/sf64audio_provisional.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
