Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX(client): Fix PulseAudio regression by nulling buffer
In b5a67c0 a buffer in the PulseAudio was made static, but at the same time the memset(0) was removed. In combination, that lead to a bug where the last few frames of any given audio played back was repeated until something else filled the buffer. This commit adds a simple fill to the buffer where the memset(0) previously was fixing the bug.
- Loading branch information