Skip to content

Commit 339a491

Browse files
committed
Debug in AudioReaderSource for Win 11 debugging #2
1 parent d1d9896 commit 339a491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AudioReaderSource.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "AudioReaderSource.h"
1414
#include "Exceptions.h"
1515
#include "Frame.h"
16+
#include "ZmqLogger.h"
1617

1718

1819
using namespace std;
@@ -43,7 +44,7 @@ void AudioReaderSource::getNextAudioBlock(const juce::AudioSourceChannelInfo& in
4344
}
4445

4546
while (remaining_samples > 0) {
46-
std::cout << "AudioReaderSource::getNextAudioBlock: #" << remaining_samples << std::endl;
47+
ZmqLogger::Instance()->AppendDebugMethod("AudioReaderSource::getNextAudioBlock", "remaining_samples", remaining_samples);
4748

4849
try {
4950
// Get current frame object

0 commit comments

Comments
 (0)