Releases: Laguna1989/OpenALpp
Releases · Laguna1989/OpenALpp
v0.3.0
What's Changed
- Introduce sound data builder by @Laguna1989 in #89
- Switch to cpp20 by @Laguna1989 in #90
- Add functionality to SoundDataBuilder to copy existing SoundData by @Laguna1989 in #91
- In SoundDataBuilder, take Interface, not the concrete class by @Laguna1989 in #92
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Adjust to new libnyquist flag by @Laguna1989 in #77
- Add stilson moog ladder filter by @Laguna1989 in #78
- Approval tests for effects by @Laguna1989 in #79
- Run Approval tests with wav files by @Laguna1989 in #80
- Update .gitignore by @Thunraz in #81
- Micro-optimization by @Thunraz in #82
- Add asset files to LFS by @Thunraz in #83
- Increase code coverage to 100% by @Laguna1989 in #84
- Setup code coverage reporting by @Thunraz in #85
- Add Codecov Config by @Thunraz in #86
- Clean up CMake by @Thunraz in #87
- Implement test and fix for short sounds not looping correctly by @Laguna1989 in #88
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix djfft include path in cmake by @Laguna1989 in #76
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add audio exceptions test case by @Laguna1989 in #69
- Introduce subfolders and include headers for easy use by @Laguna1989 in #70
- Add channel conversions by @Laguna1989 in #71
- Add convolution effect and change effect interface to work on bulk data by @Laguna1989 in #73
- Improve code coverage by @adkiem in #75
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Merge pull request #67 from Laguna1989/FEATURE_ReviewFindings Feature review findings