SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
Speaker
SpkMixingBuffer.hpp
1
#pragma once
2
3
#include <revolution.h>
4
#include "JSystem/JKernel/JKRHeap.hpp"
5
6
class
SpkMixingBuffer
{
7
public
:
8
SpkMixingBuffer
(JKRHeap *);
9
10
void
mix(s32, s16 *, s32, f32, s32);
11
const
s16* getSamples(s32)
const
;
12
bool
update(s32);
13
14
const
s16* mSamples[4];
15
};
SpkMixingBuffer
Definition
SpkMixingBuffer.hpp:6
Generated by
1.10.0