Search found 59476 matches

by steve
Wed Jul 15, 2020 9:39 pm
Forum: Windows
Topic: Random pops and clicks in recording and playback
Replies: 18
Views: 926

Re: Random pops and clicks in recording and playback

Is everything up to date in your computer? (Windows update / anti-virus / anything else that updates itself) Updating, or even looking for updates, can cause severe but temporary slow-downs that can cause headaches for media work. The best way to avoid that is to ensure that the computer is always f...
by steve
Wed Jul 15, 2020 9:19 pm
Forum: macOS
Topic: Can't import WhatsApp OGG file
Replies: 20
Views: 2146

Re: OGG file how to

I've tried to go through the steps, but I really don't know. Let The line that says: FFmpeg Library Version: F(55.33.100),.... indicates that FFmpeg is correctly installed. I don't have any WhatsApp file to test, so I'm having to make some educated guesses. Try renaming the file from: WhatsApp-Audi...
by steve
Wed Jul 15, 2020 9:12 pm
Forum: Nyquist
Topic: dual amplify
Replies: 17
Views: 2144

Re: dual amplify

;version 1 is for ancient versions of Audacity. For current versions of Audacity, plug-ins should be set to ;version 4 . Also, you don't need the lines: (setf left-gain 0.5) (setf right-gain 0.5) because left-gain and right-gain are set by the controls: ;control left-gain "Left gain" floa...
by steve
Wed Jul 15, 2020 8:11 pm
Forum: Windows
Topic: Recognising USB microphone
Replies: 15
Views: 150

Re: Recognising USB microphone

============================== Default recording device number: -1 Default playback device number: -1 No devices found That strongly suggests that Audacity does not have permission to use the microphone. I know that you said that you have checked that, but I'd suggest double checking (because I can...
by steve
Wed Jul 15, 2020 8:08 pm
Forum: macOS
Topic: Can't import WhatsApp OGG file
Replies: 20
Views: 2146

Re: OGG file how to

tlm wrote:
Wed Jul 15, 2020 8:05 pm
Format : Opus
That bit is important.

Do you have "FFmpeg for Audacity" installed? (it must be the 64-bit version for Audacity 2.4.2)
by steve
Wed Jul 15, 2020 8:06 pm
Forum: Windows
Topic: Random pops and clicks in recording and playback
Replies: 18
Views: 926

Re: Random pops and clicks in recording and playback

Is your recording as simple as:
  • 1 Rode NT1 microphone,
  • plugged into Scarlett Solo,
  • connected to the computer via USB,
  • recording into Audacity,
  • and nothing else?
by steve
Wed Jul 15, 2020 7:33 pm
Forum: Windows
Topic: Random pops and clicks in recording and playback
Replies: 18
Views: 926

Re: Random pops and clicks in recording and playback

bsevans5 wrote:
Wed Jul 15, 2020 7:28 pm
Where would I see if a label was created?
You can't miss it ;)
First you get a warning message:

warn.png
warn.png (35.82 KiB) Viewed 552 times
Then you get labels where the dropouts (clicks) occur:

Tracks000.png
Tracks000.png (20.48 KiB) Viewed 552 times
by steve
Wed Jul 15, 2020 7:06 pm
Forum: macOS
Topic: Can't import WhatsApp OGG file
Replies: 20
Views: 2146

Re: OGG file how to

Try uploading the problem file to this page for analysis: https://mediaarea.net/MediaInfoOnline
(your files isn't actually "uploaded" anywhere - the analysis happen in your web browser).

If it's not obvious what the problem is, copy and paste the info from that page into your reply.
by steve
Wed Jul 15, 2020 7:01 pm
Forum: Windows
Topic: Random pops and clicks in recording and playback
Replies: 18
Views: 926

Re: Random pops and clicks in recording and playback

bsevans5 wrote:
Wed Jul 15, 2020 6:49 pm
I don't ever get a notification of anything like that, but I'll uncheck the box and see.
It should normally be checked (enabled).
If it is enabled, and you are getting dropouts like this, but no labels are created, then the dropouts are occurring before the audio data reaches Audacity.
by steve
Wed Jul 15, 2020 6:56 pm
Forum: Nyquist
Topic: dual amplify
Replies: 17
Views: 2144

Re: dual amplify

this is what i tryed Pretty close for a first attempt :) The " ;action " and " ;info " headers are no longer used, so they can be left out. I'd suggest replacing these two lines: (setf left-gain 0.5) (setf right-gain 0.8) with controls: ;control left-gain "Left gain" f...