-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove with-vorbis
and with-tremor
features
#750
Remove with-vorbis
and with-tremor
features
#750
Conversation
vorbis
and tremor
featureswith-vorbis
and with-tremor
features
For reference: Spotifyd/spotifyd#37 (comment). But I don't think this applies nowadays. |
Yes if the sole reason was to workaround a bug in |
Failing on |
Seems like a dns error |
I think I added tremor in order to support some MIPS devices that did not have hardware floating point. I'm not at all saying it should be kept, just wanted to add some context. |
I have just raised the PR for LIbreELEC for 0.3.1 - just asked our forum for someone to test. All updated with your vorbis cleanups 👍 LibreELEC/LibreELEC.tv#5891 and LibreELEC/LibreELEC.tv#5892 |
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,
LibreELEC
compileswith-vorbis
[1] andSpotifyd
with-tremor
[2]. On both accounts I don't see why. ForLibreELEC
I asked @heitbaum over at #681:As for
lewton
, the lowest-performance hardware thatlibrespot
targets 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