Convert 16 bit to 24 bit audio, but leave 24 bit and 32 bit untouchedTrying to improve sound quality with...
99 coins into the sacks
Partition error (Fdisk/Parted)
When was it publicly revealed that a KH-11 spy satellite took pictures of the first Shuttle flight?
Exactly which act of bravery are Luke and Han awarded a medal for?
GLM: Modelling proportional data - account for variation in total sample size
How long can fsck take on a 30 TB volume?
What's an appropriate age to involve kids in life changing decisions?
Why is the episode called "The Last of the Starks"?
Mindfulness of Watching Youtube
Company stopped paying my salary. What are my options?
I want to write a blog post building upon someone else's paper, how can I properly cite/credit them?
What will Doctor Strange protect now?
Is it possible to do moon sighting in advance for 5 years with 100% accuracy?
"I can't place her": How do Russian speakers express this idea colloquially?
Does this website provide consistent translation into Wookiee?
Why doesn't Dany protect her dragons better?
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
Align a table column at a specific symbol
How to append code verbatim to .bashrc?
Opposite party turned away from voting when ballot is all opposing party
As a small race with a heavy weapon, does enlage remove the disadvantage?
Is it a good idea to copy a trader when investing?
Visual Studio Code download existing code
Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?
Convert 16 bit to 24 bit audio, but leave 24 bit and 32 bit untouched
Trying to improve sound quality with ALSACommand line audio - piping for simultaneous playback and recordingHow can I find the correct name for my microphone and sound output using aplay or pacmd or something else, to apply in asound.conf?Understanding Mixing of sounds in ALSAHow do I set the output port on my audio card?How can I use ALSA dmix and multi plugins together?Linux sound: play back audio from input only on specific output deviceALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixSound corruption/echo when trying to use alsa dmixALSA: send audio to two audio devices
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I need to play 16 bit, 24 bit and 32 bit audio. I need all 16 bit to be converted to 24 bit.
I'm using ALSA on Linux. I can use a config like this:
pcm_slave.s32 {
pcm "hw:0,0"
format S24_LE
}
pcm.!default{
type plug
slave s32
}
ctl.!default{
type hw
card 0
}
Ideally, I do not want to convert 24 bit and 32 bit. Also, I have control of the driver, so I can make changes there if that will perform better than the config file.
alsa
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I need to play 16 bit, 24 bit and 32 bit audio. I need all 16 bit to be converted to 24 bit.
I'm using ALSA on Linux. I can use a config like this:
pcm_slave.s32 {
pcm "hw:0,0"
format S24_LE
}
pcm.!default{
type plug
slave s32
}
ctl.!default{
type hw
card 0
}
Ideally, I do not want to convert 24 bit and 32 bit. Also, I have control of the driver, so I can make changes there if that will perform better than the config file.
alsa
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I need to play 16 bit, 24 bit and 32 bit audio. I need all 16 bit to be converted to 24 bit.
I'm using ALSA on Linux. I can use a config like this:
pcm_slave.s32 {
pcm "hw:0,0"
format S24_LE
}
pcm.!default{
type plug
slave s32
}
ctl.!default{
type hw
card 0
}
Ideally, I do not want to convert 24 bit and 32 bit. Also, I have control of the driver, so I can make changes there if that will perform better than the config file.
alsa
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I need to play 16 bit, 24 bit and 32 bit audio. I need all 16 bit to be converted to 24 bit.
I'm using ALSA on Linux. I can use a config like this:
pcm_slave.s32 {
pcm "hw:0,0"
format S24_LE
}
pcm.!default{
type plug
slave s32
}
ctl.!default{
type hw
card 0
}
Ideally, I do not want to convert 24 bit and 32 bit. Also, I have control of the driver, so I can make changes there if that will perform better than the config file.
alsa
alsa
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
Kevin WelshKevin Welsh
62
62
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kevin Welsh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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
});
}
});
Kevin Welsh is a new contributor. Be nice, and check out our Code of Conduct.
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%2f517658%2fconvert-16-bit-to-24-bit-audio-but-leave-24-bit-and-32-bit-untouched%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
Kevin Welsh is a new contributor. Be nice, and check out our Code of Conduct.
Kevin Welsh is a new contributor. Be nice, and check out our Code of Conduct.
Kevin Welsh is a new contributor. Be nice, and check out our Code of Conduct.
Kevin Welsh is a new contributor. Be nice, and check out our Code of Conduct.
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%2f517658%2fconvert-16-bit-to-24-bit-audio-but-leave-24-bit-and-32-bit-untouched%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