[PR #924] [CLOSED] Auto format #1145

Closed
opened 2026-02-27 20:01:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/924
Author: @JasonLG1979
Created: 1/5/2022
Status: Closed

Base: devHead: auto-format


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/924 **Author:** [@JasonLG1979](https://github.com/JasonLG1979) **Created:** 1/5/2022 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `auto-format` --- ### 📝 Commits (1) - [`7d074f9`](https://github.com/librespot-org/librespot/commit/7d074f9dec6921b37c50c3c26f46ccea7c9cb324) Auto format ### 📊 Changes **10 files changed** (+75 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:01:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#1145
No description provided.