Search found 59476 matches
- 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.
- 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.
Let us know if that makes any difference.
- 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.
- 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 ...
- 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
Or get a human to read it.
- 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...
- Thu Oct 01, 2020 7:44 pm
- Forum: Windows
- Topic: Wrong WAV lenght
- Replies: 1
- Views: 28
- 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!
That's correct.MikeFeedback wrote: ↑Thu Oct 01, 2020 7:06 pmAudacity never needed the mic on to record internal audio?
You are recording the output from your Realtek sound card directly from the sound card - microphone not required.
- 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.
- 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"...