MoonWorks/lib
cosmonaut efb9893aef Theora video support + audio improvements (#20)
- `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
2022-08-02 21:04:12 +00:00
..
FAudio@0b6d5dabbf WAV static sounds + static sound instance pool 2022-04-04 23:33:36 -07:00
RefreshCS@98c590ae77 add DDS and BC7 support 2022-05-11 21:22:20 -07:00
SDL2-CS@b35aaa494e WAV static sounds + static sound instance pool 2022-04-04 23:33:36 -07:00
Theorafile@dd8c7fa69e Theora video support + audio improvements (#20) 2022-08-02 21:04:12 +00:00
WellspringCS@f8872bae59 Packer.TextBounds 2022-06-30 16:24:28 -07:00