mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #750] [MERGED] Remove with-vorbis and with-tremor features #1057
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#1057
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/librespot-org/librespot/pull/750
Author: @roderickvd
Created: 5/18/2021
Status: ✅ Merged
Merged: 5/26/2021
Merged by: @roderickvd
Base:
dev← Head:remove-vorbis-and-tremor📝 Commits (3)
0cabe4aRemovewith-vorbisandwith-tremorfeatures8b7d1d4Fix changelogad412e7Merge branch 'dev' into remove-vorbis-and-tremor📊 Changes
5 files changed (+8 additions, -93 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.lock(+0 -69)📝
Cargo.toml(+0 -3)📝
playback/Cargo.toml(+5 -10)📝
playback/src/decoder/mod.rs(+2 -11)📄 Description
As discussed in #648, recently put forward by @sashahilton00 in #734 and helpful in #727.
This may ruffle some feathers. As far as I know,
LibreELECcompileswith-vorbis[1] andSpotifydwith-tremor[2]. On both accounts I don't see why. ForLibreELECI asked @heitbaum over at #681:As for
lewton, the lowest-performance hardware thatlibrespottargets has recently been set to be Raspberry Pi Zero. Which has hard float support and so has no need fortremor. In fact even the original RPi v1 had hard float support so I can't imagine which hardware is targeted here.Please chime in if you think this would be a bad idea.
[1] https://github.com/LibreELEC/LibreELEC.tv/blob/master/packages/addons/service/librespot/package.mk
[2] https://github.com/Spotifyd/spotifyd/blob/master/Cargo.toml
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.