mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #242] [MERGED] Add FLAC decoder #265
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#265
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?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/242
Author: @devgianlu
Created: 11/4/2025
Status: ✅ Merged
Merged: 11/4/2025
Merged by: @devgianlu
Base:
master← Head:flac📝 Commits (2)
245835afeat: add simple FLAC decoder205e0d2chore: update README📊 Changes
10 files changed (+445 additions, -30 deletions)
View changed files
📝
.github/workflows/build_test.yml(+2 -2)📝
Dockerfile(+1 -1)📝
README.md(+2 -2)📝
cmd/daemon/main.go(+3 -0)📝
config_schema.json(+5 -0)➕
flac/decoder.go(+326 -0)📝
player/format.go(+44 -2)📝
player/player.go(+56 -22)📝
vcpkg-triplets/base-linux.cmake(+4 -0)📝
vcpkg.json(+2 -1)📄 Description
This PR adds a simple FLAC decoder, it does not handle all error paths, but works pretty well so far.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.