This commit is contained in:
Nishi 2026-05-28 14:07:42 +09:00
commit a84dfac0d7
7 changed files with 48 additions and 8 deletions

View file

@ -87,8 +87,11 @@ namespace fishbone {
void setLoop(bool v);
bool isLoop();
int rate;
int channels;
int rate;
int channels;
float volume;
bool is3d;
float position[3];
};
#define LOADER(X) FB_SOUND_DEF(X);