Skip to content

Commit

Permalink
Debug in AudioReaderSource for Win 11 debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Dec 9, 2024
1 parent bdb5015 commit d1d9896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AudioReaderSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void AudioReaderSource::getNextAudioBlock(const juce::AudioSourceChannelInfo& in
}

while (remaining_samples > 0) {
std::cout << "AudioReaderSource::getNextAudioBlock: #" << remaining_samples << std::endl;

try {
// Get current frame object
Expand Down

0 comments on commit d1d9896

Please sign in to comment.