fix audio bug

This commit is contained in:
2026-04-12 01:08:22 +08:00
parent c1b77ceec5
commit 843b8762f6
9 changed files with 1702 additions and 4 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ namespace olive
{
PreviewAudioDevice::PreviewAudioDevice(QObject *parent)
: notify_interval_(0)
: QIODevice(parent)
, bytes_per_frame_(0)
, notify_interval_(0)
, bytes_read_(0)
{
}