current work

This commit is contained in:
Sonic Dreamcaster
2024-11-12 20:48:19 -03:00
parent 5ed3bb86d3
commit 4ae2fc22c1
10 changed files with 69 additions and 58 deletions
+1 -1
View File
@@ -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;