Search found 59476 matches

by steve
Fri Oct 02, 2020 1:41 pm
Forum: macOS
Topic: Audacity keeps crashing
Replies: 14
Views: 481

Re: Audacity keeps crashing

Perhaps you can send us that ZIP file. It "may" give some hint to why you are getting this problem.
by steve
Fri Oct 02, 2020 1:19 pm
Forum: macOS
Topic: Audacity keeps crashing
Replies: 14
Views: 481

Re: Audacity keeps crashing

If your project contains any tracks that do not have a sample rate of 44100, resample them to 44100 ("Tracks menu > Resample").

Let us know if that makes any difference.
by steve
Fri Oct 02, 2020 10:50 am
Forum: Windows
Topic: Recording Stereo mix
Replies: 9
Views: 207

Re: Recording Stereo mix

Check that your computer microphone is muted.
by steve
Fri Oct 02, 2020 10:19 am
Forum: Windows
Topic: 2.4.2 Update DON'T RECOGNIZE Any Input AUDIO Drivers Altogether .. 2.3.3 is still my Choice Sad ..
Replies: 10
Views: 587

Re: 2.4.2 Update DON'T RECOGNIZE Any Input AUDIO Drivers Altogether .. 2.3.3 is still my Choice Sad ..

Any of the Input AUDIO Drivers on my Laptop Altogether What audio drivers do you have? Which devices are enabled in the Windows Sound control panel? Do you have any "virtual drivers" installed (such as "Voicemeeter", "TotalRecorder", or "VAC")? AND more than ...
by steve
Thu Oct 01, 2020 9:00 pm
Forum: Windows
Topic: How to emphasise a word in a voice recording
Replies: 6
Views: 251

Re: How to emphasise a word in a voice recording

MikeFeedback wrote:
Thu Oct 01, 2020 8:22 pm
I guess I will have to word it differently.
Or get a human to read it.
by steve
Thu Oct 01, 2020 7:48 pm
Forum: Windows
Topic: How to emphasise a word in a voice recording
Replies: 6
Views: 251

Re: How to emphasise a word in a voice recording

Which is the best way to do this please? The best way is to re-record with the correct emphasis. Inflections in speech are very subtle - there's a lot more going on that simply loudness and pitch, and it is virtually impossible to manipulate those subtleties with audio editing software (though ther...
by steve
Thu Oct 01, 2020 7:44 pm
Forum: Windows
Topic: Wrong WAV lenght
Replies: 1
Views: 28

Re: Wrong WAV lenght

vocal22 wrote:
Thu Oct 01, 2020 6:56 pm
It looks like all the silence is not loading.
Most likely because the leading silence that you are expecting isn't in the file.
by steve
Thu Oct 01, 2020 7:42 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Audacity recording when my mic is OFF!
Replies: 2
Views: 258

Re: Audacity recording when my mic is OFF!

MikeFeedback wrote:
Thu Oct 01, 2020 7:06 pm
Audacity never needed the mic on to record internal audio?
That's correct.

You are recording the output from your Realtek sound card directly from the sound card - microphone not required.
by steve
Thu Oct 01, 2020 5:55 pm
Forum: Windows
Topic: unstable record
Replies: 6
Views: 262

Re: unstable record

Check in the Windows Sound control panel and ensure that the mixer is set to the same sample rate in both the Recording and Playback tabs.
by steve
Thu Oct 01, 2020 5:53 pm
Forum: New Plug-Ins
Topic: Export individual label when multiple labels in project
Replies: 31
Views: 2714

Re: Export individual label when multiple labels in project

Hi, Steve. Is there a Nyquist way to get the name of the currently selected label track (assuming I select only one at a time) ? There's the Macro / Scripting command: GetInfo: Type="Tracks" You can call that command like this: (aud-do-command "GetInfo:" :type "Tracks"...