mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #569] [MERGED] Allow pipeline writer to spit out Ogg directly, including when seeking #970
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#970
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/569
Author: @philippe44
Created: 1/21/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @sashahilton00
Base:
dev← Head:passthrough-v3📝 Commits (1)
34bc286ogg passthrough📊 Changes
20 files changed (+405 additions, -99 deletions)
View changed files
📝
.gitignore(+4 -1)📝
Cargo.lock(+1 -0)📝
audio/Cargo.toml(+1 -0)📝
audio/src/lewton_decoder.rs(+14 -17)📝
audio/src/lib.rs(+65 -2)📝
audio/src/libvorbis_decoder.rs(+16 -15)➕
audio/src/passthrough_decoder.rs(+191 -0)📝
playback/src/audio_backend/alsa.rs(+3 -1)📝
playback/src/audio_backend/gstreamer.rs(+3 -2)📝
playback/src/audio_backend/jackaudio.rs(+3 -2)📝
playback/src/audio_backend/mod.rs(+2 -1)📝
playback/src/audio_backend/pipe.rs(+10 -6)📝
playback/src/audio_backend/portaudio.rs(+3 -2)📝
playback/src/audio_backend/pulseaudio.rs(+8 -3)📝
playback/src/audio_backend/rodio.rs(+3 -2)📝
playback/src/audio_backend/sdl.rs(+3 -2)📝
playback/src/audio_backend/subprocess.rs(+4 -3)📝
playback/src/config.rs(+2 -0)📝
playback/src/player.rs(+61 -40)📝
src/main.rs(+8 -0)📄 Description
Use ogg v 0.8 to use directly inner writer instead of the complicated workaround in previous patch https://github.com/librespot-org/librespot/pull/560
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.