Comment out some logging code
This commit is contained in:
parent
e7f92cc81d
commit
11be9bfde5
@ -286,7 +286,7 @@ void StretchAudioSource::getNextAudioBlock(const AudioSourceChannelInfo & buffer
|
|||||||
/*int produced =*/ m_resampler->ResampleOut(m_resampler_outbuf.data(), wanted, outsamplestoproduce, m_num_outchans);
|
/*int produced =*/ m_resampler->ResampleOut(m_resampler_outbuf.data(), wanted, outsamplestoproduce, m_num_outchans);
|
||||||
if (m_xfadetask.state == 1)
|
if (m_xfadetask.state == 1)
|
||||||
{
|
{
|
||||||
Logger::writeToLog("Filling xfade buffer");
|
//Logger::writeToLog("Filling xfade buffer");
|
||||||
for (int i = 0; i < outsamplestoproduce; ++i)
|
for (int i = 0; i < outsamplestoproduce; ++i)
|
||||||
{
|
{
|
||||||
for (int j = 0; j < m_num_outchans; ++j)
|
for (int j = 0; j < m_num_outchans; ++j)
|
||||||
@ -297,7 +297,7 @@ void StretchAudioSource::getNextAudioBlock(const AudioSourceChannelInfo & buffer
|
|||||||
if (m_process_fftsize != m_xfadetask.requested_fft_size)
|
if (m_process_fftsize != m_xfadetask.requested_fft_size)
|
||||||
{
|
{
|
||||||
m_process_fftsize = m_xfadetask.requested_fft_size;
|
m_process_fftsize = m_xfadetask.requested_fft_size;
|
||||||
Logger::writeToLog("Initing stretcher objects");
|
//Logger::writeToLog("Initing stretcher objects");
|
||||||
initObjects();
|
initObjects();
|
||||||
}
|
}
|
||||||
m_xfadetask.state = 2;
|
m_xfadetask.state = 2;
|
||||||
@ -307,7 +307,7 @@ void StretchAudioSource::getNextAudioBlock(const AudioSourceChannelInfo & buffer
|
|||||||
resamplertask();
|
resamplertask();
|
||||||
if (previousxfadestate == 1 && m_xfadetask.state == 2)
|
if (previousxfadestate == 1 && m_xfadetask.state == 2)
|
||||||
{
|
{
|
||||||
Logger::writeToLog("Rerunning resampler task");
|
//Logger::writeToLog("Rerunning resampler task");
|
||||||
resamplertask();
|
resamplertask();
|
||||||
}
|
}
|
||||||
bool source_ended = m_inputfile->hasEnded();
|
bool source_ended = m_inputfile->hasEnded();
|
||||||
|
@ -18,7 +18,5 @@ Requirements for building from source code :
|
|||||||
History :
|
History :
|
||||||
|
|
||||||
12-15-2017 1.0.0 preview 1
|
12-15-2017 1.0.0 preview 1
|
||||||
|
-Very early public release. Various issues present.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user