Search found 59476 matches

by steve
Thu Apr 16, 2020 6:06 pm
Forum: macOS
Topic: USB Mic on iMac [SOLVED]
Replies: 5
Views: 138

Re: USB Mic on iMac

I've merged you two topics as we don't support iPad (Audacity does not run on an iPad), but it seems that the two problems may be related. it does come up in the drop down box on Audacity Are you referring to the "Device Toolbar"? (https://manual.audacityteam.org/man/device_toolbar.html) I...
by steve
Thu Apr 16, 2020 1:38 pm
Forum: Windows
Topic: FILTER CURVE
Replies: 2
Views: 207

Re: FILTER CURVE

As with all effects in Audacity, Filter Curve is used post-recording.
Details are in the manual here: https://manual.audacityteam.org/man/filter_curve.html
by steve
Thu Apr 16, 2020 1:36 pm
Forum: Macros and Scripting
Topic: Macro/mod-script strange behavior
Replies: 11
Views: 893

Re: Macro/mod-script strange behavior

Thanks for pointing that but in my case there aren't clips. I received the tracks in already edited files, the only way to find the starting point of the audio to process is finding the silent gap which follows the musical intro. So how about using "Silence Finder" (https://manual.audacit...
by steve
Thu Apr 16, 2020 1:32 pm
Forum: Windows
Topic: Automatic Gain Control on Recording? (Autosave?)
Replies: 6
Views: 435

Re: Automatic Gain Control on Recording? (Autosave?)

I record Audio on Amateur Radio and some people scream in there Radio and some whisper This is always a problem when working with amateurs. It makes editing a lengthy and painful process. The real solution is "don't work with amateurs unless they are willing to learn". Failing that, ensur...
by steve
Thu Apr 16, 2020 1:02 pm
Forum: Русский
Topic: Russian manual
Replies: 56
Views: 385284

Re: Russian manual

Thanks for your comments. I shall bring this to the attention of the release manager.
by steve
Thu Apr 16, 2020 8:50 am
Forum: Windows
Topic: Proof of a theory that I thought was true anyway...
Replies: 3
Views: 108

Re: Proof of a theory that I thought was true anyway...

Absolutely right :) A bit more detail: If you are recording with Audacity's default settings, the sample rate "44100" means that there are 44100 samples every second. Audacity's default format is "32-bit float", which means that every sample has 32 bits (binary digits), which is ...
by steve
Wed Apr 15, 2020 10:59 pm
Forum: GNU/Linux
Topic: AUDACITY SOUND WAVES LOOKING WEIRD
Replies: 3
Views: 277

Re: AUDACITY SOUND WAVES LOOKING WEIRD

My guess is that (in your first post), the first track is a click track, and the other two tracks are distorted due to signal overload somewhere in your setup.
by steve
Wed Apr 15, 2020 8:56 pm
Forum: Macros and Scripting
Topic: Create a Macro with a infinite loop
Replies: 9
Views: 843

Re: Create a Macro with a infinite loop

It is possible to create a Macro or Nyquist plugin that keep runing in the background? No, not with normal Macros or Nyquist, but you can with Python. It was simple to script .wav exportation (AUD-DO "ExportWav") With Python you can use very similar commands. Rather than (AUD-DO "Exp...
by steve
Wed Apr 15, 2020 8:45 pm
Forum: Audacity in Education
Topic: Coefficients of digital "classic filters" used in audacity
Replies: 2
Views: 928

Re: Coefficients of digital "classic filters" used in audacity

Here's the cpp file for the "Classic Filters" effect: https://github.com/audacity/audacity/blob/master/src/effects/ScienFilter.cpp and for the Biquad filter that it uses: https://github.com/audacity/audacity/blob/master/src/effects/Biquad.cpp (The biquad code is probably what you are looki...
by steve
Wed Apr 15, 2020 10:13 am
Forum: macOS
Topic: Missing Audio Data Block Files
Replies: 2
Views: 152

Re: Missing Audio Data Block Files

Option " b) Treat Missing audio as silence (this session only) " is probably as good as it gets. "bb_questionsanswers_synced_data" Was the project on remote storage? (example: dropbox) If it was, then you could try re-syncing the local version from the remote version. (I would ad...