-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from ni-mheppner/feature/prepare_1_1_0_release
Prepare 1.1.0 release
- Loading branch information
Showing
4 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 2023-12-20 version v1.1.0: | ||
|
||
* ADDED: Possibility of creating a custom decoder via `istream_source` | ||
* ADDED: Possibility of creating a custom byte-stream backend of existing decoders | ||
* ADDED: Public access to bit rate for decoders | ||
* ADDED: Cmake support for unity builds in the `audiostream` library | ||
* CHANGED: Use Github Actions instead of Azure CI | ||
* FIXED: An issue where `media_foundation_source` could produce audio crackling on Windows 11 | ||
* FIXED: An issue where seeking chunks in `wav_source` could result in an infinite loop for long files | ||
|
||
# 2020-12-02 version v1.0.0: | ||
|
||
* Initial version tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters