Browse Source

Hardcode 8 channels for stretchsource xfade buffer

tags/v100_p5
xenakios 7 years ago
parent
commit
8a92376713
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/PS_Source/StretchSource.cpp

+ 1
- 1
Source/PS_Source/StretchSource.cpp View File

@@ -14,7 +14,7 @@ StretchAudioSource::StretchAudioSource(int initialnumoutchans, AudioFormatManage
m_inputfile = std::make_unique<AInputS>(m_afm);
m_specproc_order = { 0,1,2,3,4,5,6,7 };
setNumOutChannels(initialnumoutchans);
m_xfadetask.buffer.setSize(initialnumoutchans, 65536);
m_xfadetask.buffer.setSize(8, 65536);
m_xfadetask.buffer.clear();
}



Loading…
Cancel
Save