mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Merge 518978058ee5e97a649b085a5a4d02e4b810741d into 96bd99a9a77a3d761c5443080f4ccbb654185e97
This commit is contained in:
commit
dc1d1507f7
@ -34,6 +34,7 @@ using namespace SDL2pp;
|
||||
int main(int, char*[]) try {
|
||||
SDL sdl(SDL_INIT_AUDIO);
|
||||
Mixer mixer(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 4096);
|
||||
SDLMixer mixerlib(MIX_INIT_OGG);
|
||||
|
||||
Chunk sound(TESTDATA_DIR "/test.ogg");
|
||||
|
||||
|
@ -34,6 +34,7 @@ using namespace SDL2pp;
|
||||
int main(int, char*[]) try {
|
||||
SDL sdl(SDL_INIT_AUDIO);
|
||||
Mixer mixer(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 4096);
|
||||
SDLMixer mixerlib(MIX_INIT_OGG);
|
||||
|
||||
Chunk sound(TESTDATA_DIR "/test.ogg");
|
||||
|
||||
|
@ -34,6 +34,7 @@ using namespace SDL2pp;
|
||||
int main(int, char*[]) try {
|
||||
SDL sdl(SDL_INIT_AUDIO);
|
||||
Mixer mixer(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 4096);
|
||||
SDLMixer mixerlib(MIX_INIT_OGG);
|
||||
|
||||
Music music(TESTDATA_DIR "/test.ogg");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user