Fix docstring
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 2 Nov 2025 21:55:28 +0000 (22:55 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 2 Nov 2025 21:55:28 +0000 (22:55 +0100)
music_assistant/helpers/audio_buffer.py

index 994c4540224f64db00daad9dc684a87725148c92..8d96bc1d8a8a9c402bcee4699e8f34aa005d7071 100644 (file)
@@ -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: