fna-workbench

fna-workbench Commit Details


Date:2016-03-16 16:43:45 (8 years 9 months ago)
Author:julian
Branch:master
Commit:3f08093a792b597d2fa7d2c99f5e670d41e93989
Parents: 1371b205a50b310af4ff30aeb14d0214891be054
Message:Fix for clearing a MediaQueue containing a disposed Song.

Changes:

File differences

src/Media/Xiph/Song.cs
286286
287287
288288
289
290
291
289
290
291
292
293
294
292295
293296
294297
timer.Stop();
timer.Reset();
soundStream.Stop();
soundStream.BufferNeeded -= QueueBuffer;
Vorbisfile.ov_time_seek(vorbisFile, 0.0);
if (!IsDisposed)
{
soundStream.Stop();
soundStream.BufferNeeded -= QueueBuffer;
Vorbisfile.ov_time_seek(vorbisFile, 0.0);
}
}
internal float[] GetSamples()

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.04968s using 13 queries.