Setting the base volume level on a Pulseaudio device Announcing the arrival of Valued...
Did any compiler fully use 80-bit floating point?
Why datecode is SO IMPORTANT to chip manufacturers?
I got rid of Mac OSX and replaced it with linux but now I can't change it back to OSX or windows
I can't produce songs
Tannaka duality for semisimple groups
Why is a lens darker than other ones when applying the same settings?
"klopfte jemand" or "jemand klopfte"?
What does Turing mean by this statement?
Simple Http Server
GDP with Intermediate Production
What is a more techy Technical Writer job title that isn't cutesy or confusing?
One-one communication
Can an iPhone 7 be made to function as a NFC Tag?
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
Printing attributes of selection in ArcPy?
Relating to the President and obstruction, were Mueller's conclusions preordained?
Special flights
Putting class ranking in CV, but against dept guidelines
How to change the tick of the color bar legend to black
A term for a woman complaining about things/begging in a cute/childish way
New Order #6: Easter Egg
Mounting TV on a weird wall that has some material between the drywall and stud
What is the origin of 落第?
Getting out of while loop on console
Setting the base volume level on a Pulseaudio device
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to have CoreAudio from Mac to Linux/Unix?Switching output sink/moving audio streams - but some apps still use the old sink!Set fixed audio volume on external USB sound cardPulseaudio with external sound adapter: work around broken soundSound is very low (almost not audible) from primary sound card, Debian 8, pulse audioHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?Lower or increase pulseaudio volume on all outputsRecording the monitor source (output mix) of another computer using PulseAudioLinux no audio at allManjaro Volume Doesn't Affect Actual Volume
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using a USB sound card via Pulseaudio to get audio out of my laptop and would like to add a filter of some kind to decrease the output volume level. Currently if I set the volume to anymore than 5 or 10% the actual audio output is deafening and I'd like to have more control over how loud it actually is via my keyboard. Currently I can basically have it at 0%, 5% or 10%.
I don't really know what terminology to Google for here, so even just a pointer in the right direction would be welcome.
audio pulseaudio
This question has an open bounty worth +50
reputation from hugomg ending in 7 days.
This question has not received enough attention.
Is it possible to change the "base volume" to another number? What command could be used for this? How can this setting be made permanent?
add a comment |
I'm using a USB sound card via Pulseaudio to get audio out of my laptop and would like to add a filter of some kind to decrease the output volume level. Currently if I set the volume to anymore than 5 or 10% the actual audio output is deafening and I'd like to have more control over how loud it actually is via my keyboard. Currently I can basically have it at 0%, 5% or 10%.
I don't really know what terminology to Google for here, so even just a pointer in the right direction would be welcome.
audio pulseaudio
This question has an open bounty worth +50
reputation from hugomg ending in 7 days.
This question has not received enough attention.
Is it possible to change the "base volume" to another number? What command could be used for this? How can this setting be made permanent?
1
You can see inpacmd list-sinks
that there is abase volume
attribute for each sink, which is presumably set as reported by ALSA. This value determines what Pulseaudio thinks of as "100%" (or 0 dB, in their phrasing). If you can lower it, that should do what you want, but I don't know how the "reported by ALSA" works, exactly.
– dirkt
Mar 6 '17 at 16:30
add a comment |
I'm using a USB sound card via Pulseaudio to get audio out of my laptop and would like to add a filter of some kind to decrease the output volume level. Currently if I set the volume to anymore than 5 or 10% the actual audio output is deafening and I'd like to have more control over how loud it actually is via my keyboard. Currently I can basically have it at 0%, 5% or 10%.
I don't really know what terminology to Google for here, so even just a pointer in the right direction would be welcome.
audio pulseaudio
I'm using a USB sound card via Pulseaudio to get audio out of my laptop and would like to add a filter of some kind to decrease the output volume level. Currently if I set the volume to anymore than 5 or 10% the actual audio output is deafening and I'd like to have more control over how loud it actually is via my keyboard. Currently I can basically have it at 0%, 5% or 10%.
I don't really know what terminology to Google for here, so even just a pointer in the right direction would be welcome.
audio pulseaudio
audio pulseaudio
asked Mar 6 '17 at 13:53
Jon WoodJon Wood
1161
1161
This question has an open bounty worth +50
reputation from hugomg ending in 7 days.
This question has not received enough attention.
Is it possible to change the "base volume" to another number? What command could be used for this? How can this setting be made permanent?
This question has an open bounty worth +50
reputation from hugomg ending in 7 days.
This question has not received enough attention.
Is it possible to change the "base volume" to another number? What command could be used for this? How can this setting be made permanent?
1
You can see inpacmd list-sinks
that there is abase volume
attribute for each sink, which is presumably set as reported by ALSA. This value determines what Pulseaudio thinks of as "100%" (or 0 dB, in their phrasing). If you can lower it, that should do what you want, but I don't know how the "reported by ALSA" works, exactly.
– dirkt
Mar 6 '17 at 16:30
add a comment |
1
You can see inpacmd list-sinks
that there is abase volume
attribute for each sink, which is presumably set as reported by ALSA. This value determines what Pulseaudio thinks of as "100%" (or 0 dB, in their phrasing). If you can lower it, that should do what you want, but I don't know how the "reported by ALSA" works, exactly.
– dirkt
Mar 6 '17 at 16:30
1
1
You can see in
pacmd list-sinks
that there is a base volume
attribute for each sink, which is presumably set as reported by ALSA. This value determines what Pulseaudio thinks of as "100%" (or 0 dB, in their phrasing). If you can lower it, that should do what you want, but I don't know how the "reported by ALSA" works, exactly.– dirkt
Mar 6 '17 at 16:30
You can see in
pacmd list-sinks
that there is a base volume
attribute for each sink, which is presumably set as reported by ALSA. This value determines what Pulseaudio thinks of as "100%" (or 0 dB, in their phrasing). If you can lower it, that should do what you want, but I don't know how the "reported by ALSA" works, exactly.– dirkt
Mar 6 '17 at 16:30
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f349491%2fsetting-the-base-volume-level-on-a-pulseaudio-device%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f349491%2fsetting-the-base-volume-level-on-a-pulseaudio-device%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You can see in
pacmd list-sinks
that there is abase volume
attribute for each sink, which is presumably set as reported by ALSA. This value determines what Pulseaudio thinks of as "100%" (or 0 dB, in their phrasing). If you can lower it, that should do what you want, but I don't know how the "reported by ALSA" works, exactly.– dirkt
Mar 6 '17 at 16:30