mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #692] [MERGED] Move decoder to playback crate #1020
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#1020
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/692
Author: @Johannesd3
Created: 4/13/2021
Status: ✅ Merged
Merged: 5/11/2021
Merged by: @sashahilton00
Base:
dev← Head:move-decoder-to-playback📝 Commits (1)
555274bMove decoder to playback crate📊 Changes
25 files changed (+116 additions, -111 deletions)
View changed files
📝
.github/workflows/test.yml(+0 -1)📝
CHANGELOG.md(+4 -0)📝
Cargo.lock(+5 -6)📝
Cargo.toml(+2 -2)📝
audio/Cargo.toml(+0 -11)📝
audio/src/lib.rs(+0 -77)📝
playback/Cargo.toml(+11 -1)📝
playback/src/audio_backend/alsa.rs(+1 -1)📝
playback/src/audio_backend/gstreamer.rs(+1 -1)📝
playback/src/audio_backend/jackaudio.rs(+1 -1)📝
playback/src/audio_backend/mod.rs(+2 -2)📝
playback/src/audio_backend/pipe.rs(+1 -1)📝
playback/src/audio_backend/portaudio.rs(+2 -1)📝
playback/src/audio_backend/pulseaudio.rs(+1 -1)📝
playback/src/audio_backend/rodio.rs(+2 -1)📝
playback/src/audio_backend/sdl.rs(+2 -1)📝
playback/src/audio_backend/subprocess.rs(+1 -1)📝
playback/src/config.rs(+1 -1)📝
playback/src/convert.rs(+0 -0)📝
playback/src/decoder/lewton_decoder.rs(+0 -0)...and 5 more files
📄 Description
Here's a PR that suggests moving the decoders and @roderickvd's new
convertmodule tolibrespot-playback, which is the only crate that uses this stuff. Decoding is not Spotify-specific, and librespot should not expose thin wrappers for Vorbis decoders IMO.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.