mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #174] Can pipe the pipe output buffer be reduced #110
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iVolt1 on GitHub (Mar 1, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/174
It seems to take about four seconds for playback by pipe to start in owntone which seems longer that in was for librespot-java. Is it possible to make the buffering shorter?
Thanks,
iVolt1
@devgianlu commented on GitHub (Mar 30, 2025):
I don't think this can be handled in go-librespot. Pipes have an internal buffer in Linux, perhaps that's what you are experiencing? I've checked
librespot-javaand it was pretty much the same.