Out-of-Phase click

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Ctrl+N
Posts: 102
Joined: Sun Mar 14, 2010 3:13 am
Operating System: Please select

Out-of-Phase click

Post by Ctrl+N » Sun Mar 21, 2010 9:39 pm

Sometimes clicks are out of phase and sometimes they are not.



How do I include an image?

OK, so that's how as an attachment. So what's the img tag for?
Attachments
clicks.jpg
clicks.jpg (20.28 KiB) Viewed 1056 times

Ctrl+N
Posts: 102
Joined: Sun Mar 14, 2010 3:13 am
Operating System: Please select

Re: Out-of-Phase click

Post by Ctrl+N » Sun Mar 21, 2010 9:45 pm

I want this observation to be below the image. So I am having trouble with posting images still.

If you repaired the highlighted portions, the click would go away. Or it would be smoothed out, depending on how you look at it.

kozikowski
Forum Staff
Posts: 68902
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Out-of-Phase click

Post by kozikowski » Sun Mar 21, 2010 10:38 pm

If we're transferring a phonograph record, that can be two different errors. A cat hair can move the stylus straight up and down and give you one error and groove damage can move the stylus straight sideways and give you the other one. Stereo music is diagonal in the groove. Up-right to lower-left for one channel and up-left to lower-right for the other.

No matter what I do, I can't find the Wikipedia picture of that.

Koz

steve
Site Admin
Posts: 80677
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Out-of-Phase click

Post by steve » Sun Mar 21, 2010 11:08 pm

Ctrl+N wrote:OK, so that's how as an attachment. So what's the img tag for?
The img tag is for entering a link to an image that is already on the internet. For example the Audacity logo at the top of this page is at;

Code: Select all

http://audacityteam.org/forum/styles/prosilver/imageset/Audacity-logo-r_190x75_trans_forum.png
The image can be embedded in a post like this;

Code: Select all

[img]http://audacityteam.org/forum/styles/prosilver/imageset/Audacity-logo-r_190x75_trans_forum.png[/img]
and it will look like this;
Image

When you upload an image, there is a button (after the image has been uploaded) called "place inline". When you click that button it will insert code at the current cursor position that looks something like this;

Code: Select all

[attachment=0]clicks.jpg[/attachment]
The image will then appear on the line where that code is.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

waxcylinder
Forum Staff
Posts: 14573
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Out-of-Phase click

Post by waxcylinder » Mon Mar 22, 2010 10:37 am

Ctrl+N wrote:If you repaired the highlighted portions, the click would go away. Or it would be smoothed out, depending on how you look at it.
Interpolated, rather than smoothed - that is what the repair function is for. You can select up to 128 samples and then apply the Repair effect to that selection. Repair will interpolate a waveform based on the neighbouring waveforms. You will have the same number of sample points as before, nothing will be cut out.

Alternatively, if you;re feeling bold and have a lot of patience, you can use the draw tool to repair the damaged waveform by hand.

The most important part of the process, either way, is the auditory review you make of the repair afterwards to make sure it sounds ok to you.

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

Ctrl+N
Posts: 102
Joined: Sun Mar 14, 2010 3:13 am
Operating System: Please select

Re: Out-of-Phase click

Post by Ctrl+N » Tue Mar 23, 2010 6:08 am

Repair will interpolate a waveform based on the neighbouring waveforms
Yes, if there is damage in the middle of a long note, it will create a waveform of the same pitch. It is impossible to tell the note was interrupted.

waxcylinder
Forum Staff
Posts: 14573
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Out-of-Phase click

Post by waxcylinder » Tue Mar 23, 2010 10:31 am

Yup, that's what's intended - but the auditory review that you do to ensure that it's worked ok is important.

Personally I prefer to use Brain Davies' excellent ClickRepair software for click & pop removal - it costs a little, but is only a little short of being magic. See this sticky thread: http://forum.audacityteam.org/viewtopic.php?f=28&t=1994 you do get a 21-day free trial so you can see if it works for you before you commit to the purchase.

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

Ctrl+N
Posts: 102
Joined: Sun Mar 14, 2010 3:13 am
Operating System: Please select

Re: Out-of-Phase click

Post by Ctrl+N » Tue Mar 23, 2010 11:08 pm

I don't agree that an auditory review is absolutely necessary. Sometimes there are just too many clicks to review individually. More significantly, if there is no way to tell the clicks from waveshape alone, then how does click detection work within software?

steve
Site Admin
Posts: 80677
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Out-of-Phase click

Post by steve » Tue Mar 23, 2010 11:17 pm

You don't necessarily have to listen to each and every click that you have repaired on a one-by one basis. If you run a click repair tool over a lot of clicks you can just play a representative sample. I think the point that waxcylinder is making is that it does not really matter that much what the waveform "looks" like - once you're playing it on your CD player you are not "looking" at the waveform, you will be listening to the music. If it sounds good, it is good. If it sounds bad, it is bad.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Ctrl+N
Posts: 102
Joined: Sun Mar 14, 2010 3:13 am
Operating System: Please select

Re: Out-of-Phase click

Post by Ctrl+N » Wed Mar 24, 2010 3:36 am

The ear gets fatigued much sooner than the eye. You can't trust it.

But in the back of my mind I am thinking about the repair.cpp:

Code: Select all

This was formerly the PopClickRemoval effect, but it was
renamed and focused on the smaller subproblem of repairing
the audio, rather than actually finding the clicks.
So as I use repair, I am thinking the whole time: mmm, I wonder if I could use what I am learning about what a click looks like to write the code to find them automatically?

Locked