mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #924] [CLOSED] Auto format #1145
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#1145
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/924
Author: @JasonLG1979
Created: 1/5/2022
Status: ❌ Closed
Base:
dev← Head:auto-format📝 Commits (1)
7d074f9Auto format📊 Changes
10 files changed (+75 additions, -31 deletions)
View changed files
📝
playback/src/audio_backend/alsa.rs(+42 -15)📝
playback/src/audio_backend/gstreamer.rs(+1 -0)📝
playback/src/audio_backend/jackaudio.rs(+2 -2)📝
playback/src/audio_backend/mod.rs(+1 -1)📝
playback/src/audio_backend/portaudio.rs(+4 -4)📝
playback/src/audio_backend/pulseaudio.rs(+4 -0)📝
playback/src/audio_backend/rodio.rs(+11 -1)📝
playback/src/audio_backend/sdl.rs(+1 -1)📝
playback/src/config.rs(+5 -3)📝
src/main.rs(+4 -4)📄 Description
Auto audio format:
alsa: auto = try to find the actual highest supported format.
pipe: auto = S16.
gstreamer, jackaudio, portaudio, pulseaudio, rodio, sdl: auto = F32
Also for bonus points clean up a clippy lint that was introduced in https://github.com/librespot-org/librespot/pull/920.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.