| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-29 | 3.0 kB | |
| Version 0.10.0 source code.tar.gz | 2025-12-29 | 228.5 kB | |
| Version 0.10.0 source code.zip | 2025-12-29 | 383.7 kB | |
| Totals: 3 Items | 615.3 kB | 0 | |
What's Changed
- Slight simplification to
Renderby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/668 - Improvements to
SubmitDecodingErrorEventby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/669 - Integrate with new
AudioRingBufferread behavior by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/670 - Remove
Flags::ringBufferNeedsResetby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/671 - Simplify ring buffer reset logic by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/672
- Use a longer event semaphore timeout when idle by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/676
- Ensure
erroris set on short reads by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/677 - Use
uint8_tfor pointer arithmetic with known types by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/678 - Use
unsigned charinstead ofuint8_tby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/679 - Return an error on decoding failure by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/680
- Fixes to
SubmitDecodingErrorEvent()by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/682 - Ensure error object is created on failure by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/683
- Add
-closeReturningError:toAudioConverterby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/684 - Don't read past DSF
datachunk when decoding by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/685 - Add
-descriptionto decoder wrappers by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/686 - Fix warning about implicit conversion by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/687
- Use
EINVALinstead ofparamErrby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/688 - Replace
SFBAudioPlayerNodewithAVAudioSourceNodeby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/664 - Replace
-withEngine:with-modifyProcessingGraph:by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/689 - Add an
assertafter-audioPlayer:reconfigureProcessingGraph:withFormat:by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/690 - Improve logging in
HandleAudioEngineConfigurationChangeby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/691 - Add
boolreturn toPauseandResumeby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/694 - Improvements to audio session interruption handling by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/693
- Update to C++17
ifsyntax by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/695 - Additional error checking in DSF and DFF parsers by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/696
- Update
CXXCoreAudioandCXXRingBufferby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/698
Full Changelog: https://github.com/sbooth/SFBAudioEngine/compare/0.9.1...0.10.0