Exposing the ChargeAudio::Sound on API

This commit is contained in:
2025-10-06 18:17:35 +03:00
parent 7cf786b61d
commit fb82db0017
2 changed files with 14 additions and 12 deletions

View File

@@ -80,6 +80,9 @@ public:
// SAR and Scaling
Vector2i Dimensions{0, 0};
// Audio
ChargeAudio::SoundContainer Sound;
private:
// Contextes
_ffmpeg::AVFormatContext *ctx;
@@ -98,7 +101,6 @@ private:
// Audio
ChargeAudio::Engine *audioEngine;
ChargeAudio::SoundContainer bufferedAudio;
// Audio Channel data
_ffmpeg::AVChannelLayout outLayout;