mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1487] Probe format by Symphonia to support possible unknown formats #671
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#671
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 @photovoltex on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1487
Describe the solution you'd like
As described in https://github.com/librespot-org/librespot/pull/1467#issuecomment-2779639931, the idea would be that Symphonia probes which format a given track has (only when the related feature is enabled) and automatically uses the correct decoder. This would prevent issues where we try to load a format with an incorrect decoder.
Additional context
The original idea comes from @roderickvd discussed in #1467. This issue serves as follow up, so that the idea isn't forgotten about.