Search found 59476 matches
- Tue May 29, 2018 3:05 pm
- Forum: Windows
- Topic: Sorting in manual recovery
- Replies: 1
- Views: 98
Re: Sorting in manual recovery
IF the project is an unedited recording, then the data files may be sorted by creation/modification time. If the project has been edited, then it will not be possible to fully sort the data files, though sorting by creation/modification time may allow partial recovery. See also: https://manual.audac...
- Tue May 29, 2018 11:06 am
- Forum: Windows
- Topic: How to remove silences which are shorter than X seconds
- Replies: 11
- Views: 954
Re: How to remove silences which are shorter than X seconds
Here's a way you can do it. The attached plug-in will mark silences that are: Below the threshold level Longer than "Minimum duration of silence" Shorter than "Maximum duration of silence" This effect will be very slow on long audio selections. The effect returns a maximum of 100...
- Tue May 29, 2018 10:01 am
- Forum: Windows
- Topic: How to remove silences which are shorter than X seconds
- Replies: 11
- Views: 954
Re: How to remove silences which are shorter than X seconds
Could you take a look at it's code ? The current duration is actually the minimum duration for detecting a silence, so maybe the "maximum duration" option can be added in the same way without much effort. It's a bit more complex than that. There must be a minimum duration that is not trun...
- Tue May 29, 2018 9:37 am
- Forum: Adding Features to Audacity
- Topic: Hand grab
- Replies: 1
- Views: 427
Re: Hand grab
What exactly do you think "Ctrl + Drag" should do?
- Tue May 29, 2018 9:01 am
- Forum: GNU/Linux
- Topic: 2.2.2 crash on Centos-7/linux
- Replies: 4
- Views: 676
Re: 2.2.2 crash on Centos-7/linux
Ah, I've fixed it myself. I had installed wxWidgets from the Centos repo (and it is now called wxGTK3...) and that one linked but didn't work for audacity. After some bit of messing around, I finally uninstalled that one entirely, downloaded source from git (per one or another of the audacity docum...
- Tue May 29, 2018 8:50 am
- Forum: Windows
- Topic: Live Recording
- Replies: 3
- Views: 140
Re: Live Recording
Do you mean that you "exported an audio file" or "saved the Audacity project" (or both)?rjlump65 wrote:but after I saved the file
(If you saved the project then it will be easy to recover the recordings, but not possible just from an exported audio file.)
- Tue May 29, 2018 8:47 am
- Forum: Windows
- Topic: Error opening sound device
- Replies: 1
- Views: 160
Re: Error opening sound device
It's probably this issue, courtesy of Microsoft: viewtopic.php?f=46&t=100117
- Tue May 29, 2018 8:46 am
- Forum: Windows
- Topic: Audacity won't record
- Replies: 2
- Views: 152
Re: Audacity won't record
You have selected the wrong recording device. To record sound that is playing on your computer use "WASAPI" as the audio host and the "loopback" device as the recording device. See here for more information: https://manual.audacityteam.org/man/tutorial_recording_computer_playback...
- Mon May 28, 2018 6:49 pm
- Forum: GNU/Linux
- Topic: Upgraded to V. 2.2.1 and degraded voice recording
- Replies: 2
- Views: 319
Re: Upgraded to V. 2.2.1 and degraded voice recording
Your "new-example.flac" file shows substantial clipping (distortion) due to the recording level being too high.
First thing to check is the recording levels in Ubuntu's volume control. If everything looks OK there, check the levels with alsamixer.
First thing to check is the recording levels in Ubuntu's volume control. If everything looks OK there, check the levels with alsamixer.
- Mon May 28, 2018 4:26 pm
- Forum: Windows
- Topic: How to remove silences which are shorter than X seconds
- Replies: 11
- Views: 954
Re: How to remove silences which are shorter than X seconds
I want to truncate only those silences which are smaller than 2sec Doh! My mistake, you said that right at the start. No, Audacity does not provide a way to do that, and as far as I'm aware the Truncate Silence effect has never provided that option. One possible workaround is that you can "shi...