Search found 59476 matches
- Mon Feb 08, 2021 4:26 pm
- Forum: Windows
- Topic: Truncate Silence with Threshold > -20db
- Replies: 4
- Views: 126
Re: Truncate Silence with Threshold > -20db
I'm sure it's intentional. -20dB is far from silence... Originally that control was a drop-down list and you could only select -20, -30, -40 ... -80. It was changed to a text box so that you could select, for example, -25 dB. The manual for the next Audacity release says: Threshold can take values ...
- Mon Feb 08, 2021 4:22 pm
- Forum: macOS
- Topic: 2.4.2 on Catalina 10.15.7: no sound on recording
- Replies: 22
- Views: 1729
- Mon Feb 08, 2021 3:19 pm
- Forum: Windows
- Topic: Sample rate mismatch, 0.001 or shorter silence every batch.
- Replies: 8
- Views: 176
Re: Sample rate mismatch, 0.001 or shorter silence every batch.
Unfortunately this does not appear to be possible to automate with that audio. Here's the problem. Try running this code: ;version 4 ;type analyze ;control num "Minimum run of samples" int "" 10 1 100 ;control thresh "Silence threshold (dB)" int "" -80 -120 -2...
- Mon Feb 08, 2021 2:31 pm
- Forum: GNU/Linux
- Topic: Exported Files are Larger than Imported Ones
- Replies: 2
- Views: 522
Re: Exported Files are Larger than Imported Ones
Surely a shorter file should get smaller, not larger. For uncompressed audio formats (such as WAV) then yes it would be smaller (unless you changed the format, such as going from mono to stereo). For compressed formats (such as MP3) there is a trade-off between file size and sound quality. Encoding...
- Mon Feb 08, 2021 2:23 pm
- Forum: Windows
- Topic: Tinny audio w/switch to newer laptop/newer Audacity
- Replies: 29
- Views: 1566
Re: Tinny audio w/switch to newer laptop/newer Audacity
Which "Recording meter"? The one in Audacity?
- Mon Feb 08, 2021 2:21 pm
- Forum: macOS
- Topic: Unable to record with Behringer UMC22
- Replies: 1
- Views: 142
Re: Unable to record with Behringer UMC22
Ensure that you are using the current version of Audacity (see: https://www.audacityteam.org/download/mac/)
and ensure that Audacity has permission to use the microphone (see: https://support.apple.com/en-gb/guide/m ... b1e1fe/mac)
and ensure that Audacity has permission to use the microphone (see: https://support.apple.com/en-gb/guide/m ... b1e1fe/mac)
- Mon Feb 08, 2021 11:28 am
- Forum: Windows
- Topic: Add rhythm track to existing project
- Replies: 11
- Views: 439
Re: Add rhythm track to existing project
Which exact version of Audacity are you using? (look in "Help menu > About Audacity")
Which version of Windows?
Which version of Windows?
- Mon Feb 08, 2021 11:25 am
- Forum: Windows
- Topic: Potential violation of GPL; where to report?
- Replies: 4
- Views: 147
Re: Potential violation of GPL; where to report?
Please post the link here, but remove the "http://" part (we don't want to give them free advertising
)
- Mon Feb 08, 2021 11:23 am
- Forum: Windows
- Topic: Sample rate mismatch, 0.001 or shorter silence every batch.
- Replies: 8
- Views: 176
Re: Sample rate mismatch, 0.001 or shorter silence every batch.
As a preliminary test, try running this code on a short section of the track that contains dropouts. To run the code, copy and paste it into the Nyquist Prompt and click the OK button to apply (see: https://manual.audacityteam.org/man/nyquist_prompt.html) ;version 4 ;type process (setf num 3) (let (...
- Mon Feb 08, 2021 11:07 am
- Forum: Windows
- Topic: Sample rate mismatch, 0.001 or shorter silence every batch.
- Replies: 8
- Views: 176
Re: Sample rate mismatch, 0.001 or shorter silence every batch.
mismatched sample rate between DAW and the hardware When you say "DAW" do you mean Audacity? If so, which version do you have? If you have Audacity 2.4.2 there should have been labels added at each of those silences (they are called "dropouts"), unless you disabled "Detect ...