Search found 884 matches
- Sat Oct 26, 2013 1:19 pm
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26890
Re: Automatic removal of mouth smacks
I am experimenting with eq-band now. I am filtering white noise and using spectrum analysis to see what the response is like. I thought it was supposed to have a broad, flat floor in the middle, but instead, with two octave width, I see a broad notchy shape. (More gradual than a "notch filter.") I c...
- Sat Oct 26, 2013 12:48 am
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26890
Re: Automatic removal of mouth smacks
Some questions about Steve's suggestions... Would eq-band be a good choice to implement filtering of selected regions? It has hz, gain, and width parameters which can all be variable. Would it be enough to vary gain only? In the old deesser code you shared with me elsewhere, you used a combination o...
- Sat Oct 26, 2013 12:31 am
- Forum: Nyquist
- Topic: de-click via differentiation then limiting then integration
- Replies: 15
- Views: 2188
Re: de-click via differentiation then limiting then integrat
Also the slope function seems always to assign a zero start time, contrary to the documentation, which might matter in other programs, but not in the sound returned to Audacity, which ignores the sound's start anyway and only uses the sample sequence.
- Sat Oct 26, 2013 12:23 am
- Forum: Nyquist
- Topic: de-click via differentiation then limiting then integration
- Replies: 15
- Views: 2188
Re: de-click via differentiation then limiting then integrat
You may be losing less signal than you think. If you subtract the original from the modified signal, there may be phase shifts in retained frequencies, giving the false impression that you are subtracting some of the real sound. If original is a sine wave and modified is shifted half a cycle, for in...
- Fri Oct 25, 2013 11:19 pm
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26890
Re: Automatic removal of mouth smacks
Sorry, I must have misread member start dates for posting dates.
- Fri Oct 25, 2013 8:56 pm
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26890
Re: Automatic removal of mouth smacks
I have not read the whole thread from years ago about Trevor's idea of slope, clip, then integrate as a procedure for removing spikes. My first thought is that if the slopes of the two sides of the spike are not equal in absolute value, then a dc offset is introduced, until the next spike where the ...
- Fri Oct 25, 2013 7:56 pm
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26890
Re: Automatic removal of mouth smacks
waxcylinder, I made some improvement of progress bar behavior between my first and second versions but I know there is more I could do. If there are few or no clicks to detect at any one of the test frequencies, progress will still look erratic during the first half. I do not fully understand how th...
- Fri Oct 25, 2013 7:50 pm
- Forum: Nyquist
- Topic: Understanding the progress indicator
- Replies: 2
- Views: 1670
Re: Understanding the progress indicator
I understand that if my calculations make multiple passes over the sound, communicating intermediate results in lists, then progress will only indicate the first pass and stall during the others. Calling (snd-length s ny:all) early is the simplest example. If instead I reorganize them as interleaved...
- Fri Oct 25, 2013 7:44 pm
- Forum: Nyquist
- Topic: Understanding the progress indicator
- Replies: 2
- Views: 1670
Understanding the progress indicator
How are calculations of my Nyquist script reflected in the progress indicator? How can I make its progress more smooth? I have inferred that progress through the first half reflects what portion of the input sound has been examined at least once. I am not sure how to interpret the other half. Someti...
- Fri Oct 25, 2013 5:29 pm
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks
- Replies: 67
- Views: 26890
Re: Automatic removal of mouth smacks
Tell me too whether the tool worsens the sound more than it improves it.