doin main menu. loading menu will come out today!

This commit is contained in:
kin fuyuki 2026-02-24 00:02:38 -03:00
commit d876cd0b10
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401

View file

@ -502,6 +502,7 @@ typedef struct AudioStream {
unsigned int sampleRate; // Frequency (samples per second) unsigned int sampleRate; // Frequency (samples per second)
unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported) unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported)
unsigned int channels; // Number of channels (1-mono, 2-stereo, ...) unsigned int channels; // Number of channels (1-mono, 2-stereo, ...)
} AudioStream; } AudioStream;