From: Marcel van der Veldt Date: Sun, 2 Nov 2025 21:55:28 +0000 (+0100) Subject: Fix docstring X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f857a973566ed7eada4820cb6b400686e64fa016;p=music-assistant-server.git Fix docstring --- diff --git a/music_assistant/helpers/audio_buffer.py b/music_assistant/helpers/audio_buffer.py index 994c4540..8d96bc1d 100644 --- a/music_assistant/helpers/audio_buffer.py +++ b/music_assistant/helpers/audio_buffer.py @@ -121,7 +121,8 @@ class AudioBuffer: """ Put a chunk of data into the buffer. - Each chunk represents exactly 1 second of PCM audio. + Each chunk represents exactly 1 second of PCM audio + (except for the last one, which may be shorter). Waits if buffer is full. Args: