mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #963] Podcasts and low music is distorted #466
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#466
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?
Originally created by @shumafuk on GitHub (Feb 2, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/963
During podcasts (generally speech) and quiet songs I can hear distortions. It is ok with music that is not quiet. I don't want to use any normalisation, dynamic processing, etc. Actually I don't want any processing that modify volume, dynamics etc. It was fine with Raspotify, but not with librespot.
I tried to put --mixer softvol --volume-ctrl fixed --initial-volume 100 in config file, but I don't know where exactly it should be? It does nothing if I put that on new line.
@JasonLG1979 commented on GitHub (Feb 2, 2022):
What version of Raspotify and what version of
librespot? Raspotify is literally just thelibrespotbinary compiled from thedevbranch, a config file (really an environment file) and a systemd unit file. If anything Raspotify is the best (certainly the easiest) way to get a really up to date version oflibrespoton Debian based systems especially now since I added arm64 and amd64 builds.You can configure Raspotify (again since it is
librespot) to be as close to a pass-though as possible in the Raspotify config.librespotdoesn't parse a config file. The "config" file in Raspotify is an environment file. You can't use the commandline args. The Raspotify config file explains how to use it.@roderickvd commented on GitHub (Feb 3, 2022):
What @JasonLG1979 said.
Only thing I can think of is that you have normalisation enabled (it's disabled by default though), set to dynamic, and you're running into #934. Please try compiling from
devand see if the new dynamic limiter fixes that for you.Or, fix up your configuration and be sure that normalisation is disabled all together which is what you say you want to. Please be advised that we focus on issues here, not on providing configuration support.
@JasonLG1979 commented on GitHub (Feb 13, 2022):
@shumafuk if you're having problems understanding how to configure Raspotify, carefully read the wiki here and the wiki at the Raspotify repo here and I'm sure you'll get the answers you need. Otherwise ask your Raspotify specific configuration questions at the Raspotify repo.
@roderickvd I think you can close this. If need be I can pick it up at the Raspotify repo.