Browse Source

When changing audio file, set the first buffer flag to flush the existing stretched audio faster

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

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

@@ -472,6 +472,7 @@ String StretchAudioSource::setAudioFile(File file)
if (m_inputfile->openAudioFile(file))
{
m_curfile = file;
m_firstbuffer = true;
return String();
}
return "Could not open file";


Loading…
Cancel
Save