mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-27 09:35:52 +03:00
[GH-ISSUE #150] Write stream to a file #24
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#24
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 @staniel359 on GitHub (Aug 30, 2022).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/150
Hello.
I need to write stream data to a file. I do
But it seems like there's a memory leak of some kind.
After each time
binary_datais declared, stream data is loaded into memory, but memory doesn't seem to be released.Is there an ability to write stream data directly to a file without calling
.read()on it?(Also I'm new to Python).
@staniel359 commented on GitHub (Aug 30, 2022):
Sorry, missed this one.