| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-08 | 4.0 kB | |
| Version 0.13.0 source code.tar.gz | 2026-06-08 | 269.7 kB | |
| Version 0.13.0 source code.zip | 2026-06-08 | 433.8 kB | |
| Totals: 3 Items | 707.4 kB | 0 | |
What's Changed
- Ensure input is seekable before calling
mpg123_scanby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/886 - Slight refactor of
performSeekby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/888 - Fail in
allocatefor unknown frame positions by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/889 - Rename
seekOffset_torequestedFrame_by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/890 - Update clang-format version from 21 to 22 by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/895
- Avoid possible UAF in rendering complete notification by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/894
- Explicitly compare
preInterruptState_to0by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/896 - Update
CXXAudioRingBufferto version 0.1.1 by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/898 - Fix warnings about
Equatableconformance by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/883 - Update package dependencies by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/899
- Fix compiler warning about floating-point/integer comparison by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/900
- Avoid a possible race condition with the player delegate by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/893
- Update assertions and runtime checks by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/902
- Validate
kingetRiceGolombCodeby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/903 - Fix indentation in GitHub Actions workflow by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/905
- Stop
AVAudioEnginewhen the configuration changes by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/907 - Update TagLib to version 2.3 by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/909
- Only set
kAudioFormatFlagIsAlignedHighwhen applicable by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/915 - Use tiled matrix transposition by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/912
- Avoid deinterleaving when possible by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/913
- Improve WavPack decoder performance by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/914
- Clear decode buffer following seek by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/911
- Fix WavPack sample shift by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/916
- Fix scale factor for hybrid WavPack audio by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/917
- Use
operator->by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/919 - Conditionally enable assertions by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/920
- Remove
framesConverted_since conversion is PCM to PCM by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/921 - Use local lambda to eliminate code duplication by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/922
- Defer decoder opening and decoder state initialization by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/918
- Use correct
printf-style format specifiers by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/923 - Remove unneeded frame length initialization by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/925
- Improve FLAC format validation by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/924
- Don't drain ring buffer if not needed by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/926
- Improve FLAC channel count validation by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/927
- Add
noexceptby @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/928 - Wrap player state assertion with
DEBUGcheck by @sbooth in https://github.com/sbooth/SFBAudioEngine/pull/929
Full Changelog: https://github.com/sbooth/SFBAudioEngine/compare/0.12.1...0.13.0