Search found 59476 matches

by steve
Mon Jul 01, 2019 4:48 pm
Forum: macOS
Topic: Anyway to fix skips in post?
Replies: 1
Views: 93

Re: Anyway to fix skips in post?

beenotbea wrote:
Mon Jul 01, 2019 4:34 pm
but want to know if there is a way to salvage what weve recorded.
Probably not, but if you post a short sample in WAV format, we can take a look. (See: viewtopic.php?f=49&t=72887)
by steve
Mon Jul 01, 2019 3:23 pm
Forum: Windows
Topic: Output into 5.1 format
Replies: 5
Views: 321

Re: Output into 5.1 format

Audacity can export multi-channel audio files, but can only play mono or stereo, so you will need a certain amount of guesswork. For multi-channel export, you need to enable "Use custom mix" in Preferences. See: https://manual.audacityteam.org/man/import_export_preferences.html#When_export...
by steve
Mon Jul 01, 2019 1:15 pm
Forum: macOS
Topic: Running Extend Silence Effect On Hundreds Of Files
Replies: 7
Views: 349

Re: Running Extend Silence Effect On Hundreds Of Files

Macro_ExtendSilence was in the effects list Whenever you create a new Macro, it appears in the commands list. You would not normally include a Macro in a Macro, but it is a useful feature for advanced scripting using Python. and put together a very short macro So now if you look in the Macro comman...
by steve
Mon Jul 01, 2019 1:03 pm
Forum: Windows
Topic: Can I determine the percentage of volume increase?
Replies: 20
Views: 822

Re: Can I determine the percentage of volume increase?

Your job doesn't work very well with conventional sound measuring techniques. So here's a sightly unconventional solution: As previously described, there are different ways of measuring "volume". The simplest way is to measure the "peak amplitude". This is how big, vertically, t...
by steve
Mon Jul 01, 2019 7:52 am
Forum: Windows
Topic: Problem with Recording
Replies: 3
Views: 201

Re: Problem with Recording

Which exact version of Audacity are you using? (look in "Help menu > About Audacity") There was a change in the default recording behaviour in recent versions of Audacity. The following applies to the current Audacity 2.3.2 version (available here: https://www.audacityteam.org/download/win...
by steve
Mon Jul 01, 2019 7:40 am
Forum: Audiobook Production
Topic: Getting Audio to Match
Replies: 1
Views: 334

Re: Getting Audio to Match

Sentence two was probably recorded in a slightly different position. It was louder by a very obvious margin. This is a problem that you need to fix in the recording stage of the project (rather than in the editing / processing stage). Use the same recording environment / studio / room each time you...
by steve
Mon Jul 01, 2019 7:31 am
Forum: GNU/Linux
Topic: Microphone gets disabled
Replies: 4
Views: 346

Re: Microphone gets disabled

There's still very little information about what equipment you are using, how it is connected, how your computer and applications are configured or what you are clicking or the problem that you are describing, but my guess is that you are trying to access a single client ALSA driver with multiple cl...
by steve
Mon Jul 01, 2019 12:53 am
Forum: Adding Features to Audacity
Topic: Filename of a selected audio track at export time
Replies: 32
Views: 3670

Re: Filename of a selected audio track at export time

It saves the track to a hard coded name directory of your choice (here "D:\\Org\\TMP\\Musique\\"). There are also some problems / drawbacks to this plug-in: If there is already a file with the same name, it will be overwritten without warning. If the project contains multiple tracks with ...
by steve
Mon Jul 01, 2019 12:06 am
Forum: Adding Features to Audacity
Topic: Filename of a selected audio track at export time
Replies: 32
Views: 3670

Re: Filename of a selected audio track at export time

from an original source code given in Audacity tutorials It will be useful if you provide a link to the relevant page. Regarding the plug-in, why not just: ;nyquist plug-in ;version 4 ;type process ;name "Save Track by Name" ;action "Saving selection by track name..." ;copyright...
by steve
Sun Jun 30, 2019 11:09 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Vst Path in Documentation is Wrong? (for x64)
Replies: 1
Views: 418

Re: Vst Path in Documentation is Wrong? (for x64)

gammal_man wrote:
Fri Jun 28, 2019 4:12 pm
I found some docu in manual.audacityteam.org about the registry keys
Please post a link to the relevant page.