mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
optimizations, AudioSource.Read now reads FLAC samples (int [,]).
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user