Skip to content

Commit

Permalink
Update SampleBuffer.cpp (#6892)
Browse files Browse the repository at this point in the history
File information corrected.
  • Loading branch information
anytizer authored Sep 25, 2023
1 parent f664698 commit 23ef89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/SampleBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ SampleBuffer * SampleBuffer::resample(const sample_rate_t srcSR, const sample_ra
}
else
{
printf("Error: src_new() failed in sample_buffer.cpp!\n");
printf("Error: src_new() failed in SampleBuffer.cpp!\n");
}
dstSB->update();
return dstSB;
Expand Down Expand Up @@ -1612,7 +1612,7 @@ SampleBuffer::handleState::handleState(bool varyingPitch, int interpolationMode)

if ((m_resamplingData = src_new(interpolationMode, DEFAULT_CHANNELS, &error)) == nullptr)
{
qDebug("Error: src_new() failed in sample_buffer.cpp!\n");
qDebug("Error: src_new() failed in SampleBuffer.cpp!\n");
}
}

Expand Down

0 comments on commit 23ef89b

Please sign in to comment.