Files
OpenRA/OpenRA.Mods.Common
penev92 abea3a0f74 Fixed AudFormat and WavFormat implementations of ISoundFormat.LengthInSeconds
- Fixed a rounding issue in `WavReader.WaveLength()`.
- Fixed `AudReader.SoundLength()` not resetting the stream position.
- Fixed crashes caused by disposed streams because `LengthInSeconds` would try and calculate the length on the fly. It is now precalculated and cached (making it consistent across all 5 current `ISoundFormat` implementations).
- Fixed a crash in `AudReader.LoadSound()`'s `out Func<Stream> result` because that func would try and access the disposed stream's `Length` property. That works for `SegmentStream`, but not for `FileStream`.
- Fixed frameCount/soundLength label positioning in the AssetBrowser window to avoid text clipping .
2022-01-09 18:40:32 +01:00
..
2021-06-29 18:33:21 -05:00
2021-12-16 23:48:03 +01:00
2021-07-02 10:58:29 +01:00
2021-10-22 22:02:15 +02:00
2021-06-29 18:33:21 -05:00
2021-06-29 18:33:21 -05:00
2021-11-29 01:03:14 +01:00
2021-12-05 19:23:43 +01:00
2021-12-05 19:23:43 +01:00
2021-06-29 18:33:21 -05:00
2022-01-06 16:10:49 +02:00
2022-01-06 16:10:49 +02:00
2021-06-29 18:33:21 -05:00
2021-06-29 18:33:21 -05:00
2021-06-29 18:33:21 -05:00
2021-11-12 22:24:44 +01:00
2021-06-29 18:33:21 -05:00
2021-06-29 18:33:21 -05:00
2021-06-29 18:33:21 -05:00
2021-10-02 20:17:03 +02:00
2021-10-15 13:12:33 +02:00