Skip to content

Commit 639e846

Browse files
committed
Add additional logging to audio device init
1 parent e422cf4 commit 639e846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Qt/AudioPlaybackThread.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ namespace openshot
210210
sampleRate = reader->info.sample_rate;
211211
numChannels = reader->info.channels;
212212

213+
ZmqLogger::Instance()->AppendDebugMethod("AudioPlaybackThread::Reader", "rate", sampleRate, "channel", numChannels);
214+
213215
// Set video cache thread
214216
source->setVideoCache(videoCache);
215217

0 commit comments

Comments
 (0)