-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use equalizer with softvol #3
Comments
I'll have a look into this, thanks! |
@timothyjward Try putting
|
I know this is quite a late answer, but I am using a very similar configuration (plug -> softvol -> plug -> equal -> softvol -> dmix) configuration and i found that simply adding "rate: unchanged" to the plug before equal, see below:
|
Any news here? I've tried setting that rate option but it's ineffective. I understand the original post's explanation to do the equalizer first and then the volume scaling and that's what I prefer, too. I get another error message, though:
I can use the equalizer directly with the hardware, but it'll play at full volume and make a very loud cracking sound at the start of each file. Or I can use the volume and mixer, but without the equalizer. I'd like to have both! Without the cracks. Changing the order of equal and softvol doesn't change anything either. |
Unfortunately sorry, I don't have time to maintain this, I'm looking for someone to take on maintenance of the repository. |
Here's a configuration that I have been using:
The result is equal -> softvol -> dmix :) |
Hi, I've tried using the equalizer (and seen it work) but I don't seem to be able to use it in conjunction with a software volume control.
What I want is something like the following
asound.conf
:I want it this way around because the equalizer will work much better with the full input signal, and then the final volume control can be used to adjust the overall volume. Unfortunately when I do this I get:
aplay: pcm_params.c:170: snd1_pcm_hw_param_get_min: Assertion
!snd_interval_empty(i)' failed.`I don't see any reason why the equalizer plugin should require that it outputs to a hardware device (the docs even suggest it should be possible to target dmix).
The text was updated successfully, but these errors were encountered: