libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
AudioPlayer.h File Reference
#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"
Include dependency graph for AudioPlayer.h:
This graph shows which files directly or indirectly include this file:

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.