From f857a973566ed7eada4820cb6b400686e64fa016 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 2 Nov 2025 22:55:28 +0100 Subject: [PATCH] Fix docstring --- music_assistant/helpers/audio_buffer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.34.1