|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include "stdint.h"#include "stddef.h"#include <string>#include <memory>#include "ship/audio/AudioChannelsSetting.h"#include "ship/audio/SoundMatrixDecoder.h"#include "WasapiAudioPlayer.h"#include "CoreAudioAudioPlayer.h"#include "SDLAudioPlayer.h"#include "NullAudioPlayer.h"Go to the source code of this file.
Classes | |
| struct | Ship::AudioSettings |
| Configuration parameters shared by all AudioPlayer backends. More... | |
| class | Ship::AudioPlayer |
| Abstract base class for platform-specific audio output backends. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |