Completely cutting silence out of an audio file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I record lecture notes, and they contain giant pauses filled with white noise. Is there some way I can get rid of those passages completely? Using Audacity, I can reduce the white noise (i.e. turn it into silence), but what I'd like to do is crop those bits out from the file so I don't have to play "hunt for the lecture".
audio audacity
add a comment |
I record lecture notes, and they contain giant pauses filled with white noise. Is there some way I can get rid of those passages completely? Using Audacity, I can reduce the white noise (i.e. turn it into silence), but what I'd like to do is crop those bits out from the file so I don't have to play "hunt for the lecture".
audio audacity
Manually or automatically?
– soandos
Dec 14 '11 at 7:12
Automatically. Manually would be too slow.
– Cookie Monster
Dec 14 '11 at 7:25
add a comment |
I record lecture notes, and they contain giant pauses filled with white noise. Is there some way I can get rid of those passages completely? Using Audacity, I can reduce the white noise (i.e. turn it into silence), but what I'd like to do is crop those bits out from the file so I don't have to play "hunt for the lecture".
audio audacity
I record lecture notes, and they contain giant pauses filled with white noise. Is there some way I can get rid of those passages completely? Using Audacity, I can reduce the white noise (i.e. turn it into silence), but what I'd like to do is crop those bits out from the file so I don't have to play "hunt for the lecture".
audio audacity
audio audacity
asked Dec 14 '11 at 7:07
Cookie MonsterCookie Monster
4502714
4502714
Manually or automatically?
– soandos
Dec 14 '11 at 7:12
Automatically. Manually would be too slow.
– Cookie Monster
Dec 14 '11 at 7:25
add a comment |
Manually or automatically?
– soandos
Dec 14 '11 at 7:12
Automatically. Manually would be too slow.
– Cookie Monster
Dec 14 '11 at 7:25
Manually or automatically?
– soandos
Dec 14 '11 at 7:12
Manually or automatically?
– soandos
Dec 14 '11 at 7:12
Automatically. Manually would be too slow.
– Cookie Monster
Dec 14 '11 at 7:25
Automatically. Manually would be too slow.
– Cookie Monster
Dec 14 '11 at 7:25
add a comment |
2 Answers
2
active
oldest
votes
Try this, assuming you can use a sufficiently recent (post 2007, unstable) version of audacity.
Summary of the suggestion, as requested by @slhck:
Obtain a version of Audacity later than version 1.3.3. The stable version of Audacity is from 2006, and does not contain the same functionality as the more recent preview releases.
Open the file you want to remove the whitespace from.
Go to Effect > Truncate Silence.
Set Min silence duration and Max silence duration to the same value, the length of the longest pauses you want to keep, probably at least a few hundred ms.
Set Threshold for silence to the threshold you want for detecting silence. You'll probably have to fiddle a bit with this unless you have somehow blanked the silences completely.
The effect is described here
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
add a comment |
I have gaps in my interned steaming recordings due to buffering. I found that they can all be automatically closed by using the Effect > Truncate Silence method. I set the duration to 0.1 seconds for detection with a level of -60db and the output duration to 0. Works perfectly.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f367804%2fcompletely-cutting-silence-out-of-an-audio-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this, assuming you can use a sufficiently recent (post 2007, unstable) version of audacity.
Summary of the suggestion, as requested by @slhck:
Obtain a version of Audacity later than version 1.3.3. The stable version of Audacity is from 2006, and does not contain the same functionality as the more recent preview releases.
Open the file you want to remove the whitespace from.
Go to Effect > Truncate Silence.
Set Min silence duration and Max silence duration to the same value, the length of the longest pauses you want to keep, probably at least a few hundred ms.
Set Threshold for silence to the threshold you want for detecting silence. You'll probably have to fiddle a bit with this unless you have somehow blanked the silences completely.
The effect is described here
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
add a comment |
Try this, assuming you can use a sufficiently recent (post 2007, unstable) version of audacity.
Summary of the suggestion, as requested by @slhck:
Obtain a version of Audacity later than version 1.3.3. The stable version of Audacity is from 2006, and does not contain the same functionality as the more recent preview releases.
Open the file you want to remove the whitespace from.
Go to Effect > Truncate Silence.
Set Min silence duration and Max silence duration to the same value, the length of the longest pauses you want to keep, probably at least a few hundred ms.
Set Threshold for silence to the threshold you want for detecting silence. You'll probably have to fiddle a bit with this unless you have somehow blanked the silences completely.
The effect is described here
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
add a comment |
Try this, assuming you can use a sufficiently recent (post 2007, unstable) version of audacity.
Summary of the suggestion, as requested by @slhck:
Obtain a version of Audacity later than version 1.3.3. The stable version of Audacity is from 2006, and does not contain the same functionality as the more recent preview releases.
Open the file you want to remove the whitespace from.
Go to Effect > Truncate Silence.
Set Min silence duration and Max silence duration to the same value, the length of the longest pauses you want to keep, probably at least a few hundred ms.
Set Threshold for silence to the threshold you want for detecting silence. You'll probably have to fiddle a bit with this unless you have somehow blanked the silences completely.
The effect is described here
Try this, assuming you can use a sufficiently recent (post 2007, unstable) version of audacity.
Summary of the suggestion, as requested by @slhck:
Obtain a version of Audacity later than version 1.3.3. The stable version of Audacity is from 2006, and does not contain the same functionality as the more recent preview releases.
Open the file you want to remove the whitespace from.
Go to Effect > Truncate Silence.
Set Min silence duration and Max silence duration to the same value, the length of the longest pauses you want to keep, probably at least a few hundred ms.
Set Threshold for silence to the threshold you want for detecting silence. You'll probably have to fiddle a bit with this unless you have somehow blanked the silences completely.
The effect is described here
edited Dec 14 '11 at 9:25
answered Dec 14 '11 at 7:45
EroenEroen
5,36511224
5,36511224
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
add a comment |
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
Could you maybe summarize the steps here? That would be great.
– slhck
Dec 14 '11 at 9:09
add a comment |
I have gaps in my interned steaming recordings due to buffering. I found that they can all be automatically closed by using the Effect > Truncate Silence method. I set the duration to 0.1 seconds for detection with a level of -60db and the output duration to 0. Works perfectly.
add a comment |
I have gaps in my interned steaming recordings due to buffering. I found that they can all be automatically closed by using the Effect > Truncate Silence method. I set the duration to 0.1 seconds for detection with a level of -60db and the output duration to 0. Works perfectly.
add a comment |
I have gaps in my interned steaming recordings due to buffering. I found that they can all be automatically closed by using the Effect > Truncate Silence method. I set the duration to 0.1 seconds for detection with a level of -60db and the output duration to 0. Works perfectly.
I have gaps in my interned steaming recordings due to buffering. I found that they can all be automatically closed by using the Effect > Truncate Silence method. I set the duration to 0.1 seconds for detection with a level of -60db and the output duration to 0. Works perfectly.
answered Sep 10 '15 at 4:35
Simon AnthonySimon Anthony
6111
6111
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f367804%2fcompletely-cutting-silence-out-of-an-audio-file%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
Manually or automatically?
– soandos
Dec 14 '11 at 7:12
Automatically. Manually would be too slow.
– Cookie Monster
Dec 14 '11 at 7:25