New Features:
- Added support for 32-bit integer PCM
- Operation Sets are now supported!
- Added FAudio_CommitOperationSet
- Deprecated FAudio_CommitChanges
- Added F3DAudioInitialize8
- Added documentation to FAPOFX.h
Fixes:
- Lots of minor code cleanup and warning fixes
- Add additional padding to submix input cache, fixes crashes for upsampling submixes
- Fixes an early exit that prevented committed operation sets from getting queued for execution
- FACT:
- Engines now increment/decrement the FAudio platform layer refcount
- Fix crash on early ShutDown before engine initialization
- Fix WaveBank streams that require sector-aligned reads
- CMake: Don't override user-defined SDL2 variables
Signed-off-by: Pierre-Yves <pyu@riseup.net>