Search found 59476 matches

by steve
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 ...
by steve
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

Re: 2.4.2 on Catalina 10.15.7: no sound on recording

steve wrote:
Mon Feb 08, 2021 12:33 am
Did you install those other apps from Apple Store?
The reason that I mention that is because Apple strongly favor apps that are either shipped with macOS or installed from the Apple Store.
Apple's default strategy for other apps is to block them.
by steve
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...
by steve
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...
by steve
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

michaeljshaw wrote:
Sun Feb 07, 2021 11:56 pm
We could see the Recording meter pick up audio
Which "Recording meter"? The one in Audacity?
by steve
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)
by steve
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?
by steve
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 ;))
by steve
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 (...
by steve
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 ...