Document the CPAL buffer size handling

This commit is contained in:
Robbert van der Helm
2024-05-05 22:36:21 +02:00
parent a5abe896ed
commit 916dfc16a2
2 changed files with 19 additions and 3 deletions

View File

@@ -10,6 +10,14 @@ Since there is no stable release yet, the changes are organized per day in
reverse chronological order. The main purpose of this document in its current
state is to list breaking changes.
## [2024-05-05]
### Fixed
- The CPAL backend now correctly handles situations where it receives fewer
samples than configured.
- Fixed the handling of multichannel audio in the CPAL backend.
## [2024-05-04]
### Fixed