Defines the AudioDecoder class for audio decoding in ASAPCabinetFE. More...
#include <SDL2/SDL_audio.h>
#include <string>
Go to the source code of this file.
Classes | |
class | AudioDecoder |
Decodes and plays audio streams using FFmpeg and SDL. More... | |
Defines the AudioDecoder class for audio decoding in ASAPCabinetFE.
This header provides the AudioDecoder class, which handles audio decoding using FFmpeg and plays audio through SDL. It integrates with FFmpegPlayer for playback control and supports volume adjustment and muting.