optimizations, AudioSource.Read now reads FLAC samples (int [,]).

This commit is contained in:
chudov
2008-11-07 22:43:26 +00:00
parent 19f577b815
commit 9844a654ce
6 changed files with 102 additions and 125 deletions

View File

@@ -130,6 +130,7 @@ namespace JDP
progressBar2.Value = 0;
});
}
#if !DEBUG
catch (Exception ex)
{
this.Invoke((MethodInvoker)delegate()
@@ -141,6 +142,7 @@ namespace JDP
textBox1.Select(0, 0);
});
}
#endif
if (_batchPaths.Count != 0)
{