forked from MoonsideGames/MoonWorks
cosmonaut
efb9893aef
- `SoundInstance.Play` no longer takes a loop parameter - `SoundInstance.Stop` is split into `Stop` and `StopImmediate` instead of taking an immediate parameter - Added `StreamingSoundSeekable` to better support streaming audio that does not support seek - `StreamingSound` no longer has a Loop property, but `StreamingSoundSeekable` does - abstract `StreamingSound.AddBuffer` renamed to `FillBuffer` - `FillBuffer` is now provided with a native buffer to avoid an extra data copy - `StreamingSound` buffer implementation optimized to avoid repeated alloc/frees - added `Video` class which can load and play Theora (.ogv) streaming video/audio Reviewed-on: MoonsideGames/MoonWorks#20 |
||
---|---|---|
.. | ||
FAudio@0b6d5dabbf | ||
RefreshCS@98c590ae77 | ||
SDL2-CS@b35aaa494e | ||
Theorafile@dd8c7fa69e | ||
WellspringCS@f8872bae59 |