yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
audio_backend.h File Reference
#include <cstdint>
#include <memory>
#include <string>
Include dependency graph for audio_backend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::emu::audio::AudioConfig
 
struct  yaze::emu::audio::AudioStatus
 
class  yaze::emu::audio::IAudioBackend
 Abstract audio backend interface. More...
 
class  yaze::emu::audio::SDL2AudioBackend
 SDL2 audio backend implementation. More...
 
class  yaze::emu::audio::AudioBackendFactory
 Factory for creating audio backends. More...
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::emu
 SNES Emulation and debugging tools.
 
namespace  yaze::emu::audio
 

Enumerations

enum class  yaze::emu::audio::SampleFormat { yaze::emu::audio::INT16 , yaze::emu::audio::FLOAT32 }