改了个false
This commit is contained in:
@@ -56,10 +56,11 @@ namespace Ichni.RhythmGame
|
||||
(int)(mpegFile.Length / sizeof(float) / mpegFile.Channels),
|
||||
mpegFile.Channels,
|
||||
mpegFile.SampleRate,
|
||||
true,
|
||||
false,
|
||||
data => { int actualReadCount = mpegFile.ReadSamples(data, 0, data.Length); },
|
||||
position => { mpegFile = new MpegFile(filepath); });
|
||||
|
||||
|
||||
return ac;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user