[PR #162] [MERGED] Add volume normalisation support #819

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/162
Author: @sashahilton00
Created: 2/23/2018
Status: Merged
Merged: 2/24/2018
Merged by: @sashahilton00

Base: masterHead: normalisation


📝 Commits (4)

  • f8db550 Add volume normalisation support
  • fc6c414 [ci skip] Correct spelling
  • 127f8b7 Add constant for readability
  • 542ec9d Minor style changes to normalisation code

📊 Changes

6 files changed (+93 additions, -10 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 playback/Cargo.toml (+1 -0)
📝 playback/src/config.rs (+4 -0)
📝 playback/src/lib.rs (+1 -0)
📝 playback/src/player.rs (+79 -9)
📝 src/main.rs (+7 -1)

📄 Description

The heavy lifting was done by @herrernst. Since his PR has been quiet for a while, and there has been a significant reordering of librespot's structure, this is a reorder/rewrite, taking onboard feedback from #114. Review/suggestion welcomed. Closes #114


🔄 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/162 **Author:** [@sashahilton00](https://github.com/sashahilton00) **Created:** 2/23/2018 **Status:** ✅ Merged **Merged:** 2/24/2018 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `normalisation` --- ### 📝 Commits (4) - [`f8db550`](https://github.com/librespot-org/librespot/commit/f8db550e5ee98b67f54c406b7800d82e1dc17fcb) Add volume normalisation support - [`fc6c414`](https://github.com/librespot-org/librespot/commit/fc6c414e71940692d7d0483add230ee80dd2cd55) [ci skip] Correct spelling - [`127f8b7`](https://github.com/librespot-org/librespot/commit/127f8b7bab39e089223cd112a02460eb213a9364) Add constant for readability - [`542ec9d`](https://github.com/librespot-org/librespot/commit/542ec9d3b5e84e00ff71421897508fd29979ea68) Minor style changes to normalisation code ### 📊 Changes **6 files changed** (+93 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `playback/Cargo.toml` (+1 -0) 📝 `playback/src/config.rs` (+4 -0) 📝 `playback/src/lib.rs` (+1 -0) 📝 `playback/src/player.rs` (+79 -9) 📝 `src/main.rs` (+7 -1) </details> ### 📄 Description The heavy lifting was done by @herrernst. Since his PR has been quiet for a while, and there has been a significant reordering of librespot's structure, this is a reorder/rewrite, taking onboard feedback from #114. Review/suggestion welcomed. Closes #114 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:05 +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#819
No description provided.