mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
refactored SoundInput interface.
added Source property for access to underlying stream.
This commit is contained in:
@@ -57,6 +57,8 @@ namespace GameRes.Formats.ScenePlayer
|
||||
{
|
||||
if (null == sound)
|
||||
wav.Dispose();
|
||||
else
|
||||
file.Dispose();
|
||||
}
|
||||
return sound;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user