mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #682] [CLOSED] Channel balance correction. #1018
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#1018
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/682
Author: @ghost
Created: 3/30/2021
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (3)
8ce8ea9Channel balance correction.36c6657output of cargo fmtd8db4edMerge branch 'dev' of https://github.com/librespot-org/librespot into dev📊 Changes
3 files changed (+36 additions, -1 deletions)
View changed files
📝
playback/src/mixer/alsamixer.rs(+12 -1)📝
playback/src/mixer/mod.rs(+4 -0)📝
src/main.rs(+20 -0)📄 Description
This is a very simple addition to librespot which allows users to correct channel balance without any quality loss directly through alsa mixer, as long as their DAC allows such feature.
I am running a FiiO E10K DAC, which outputs its analogue signal into a Xduoo MT-602 tube amp. The amplifier, being a quite cheap unit, has a very slight channel imbalance, which bugs me a lot.
This is a very neat way of correcting such channel imbalance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.