High pitched noise on USB mic recordings

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Capricorn12
Posts: 46
Joined: Mon Aug 19, 2013 5:42 pm
Operating System: Please select

Re: High pitched noise on USB mic recordings

Post by Capricorn12 » Wed Aug 21, 2013 8:52 pm

I did suspect that the 5v supply was the culprit so used my oscilloscope on the 5v input to the mic and also after the filter in the mic and there was no real interference more than a few millivolts in there. There were two decoupling capacitors that normally I would have replaced if I had the tackle to do it but the mic is now back at Editors Keys for a free estimate of cost to repair it.

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

Re: High pitched noise on USB mic recordings

Post by kozikowski » Wed Aug 21, 2013 10:47 pm

Do write back if/when the problem is resolved.
Koz

Capricorn12
Posts: 46
Joined: Mon Aug 19, 2013 5:42 pm
Operating System: Please select

Re: High pitched noise on USB mic recordings

Post by Capricorn12 » Tue Oct 08, 2013 11:20 pm

Just an update in my Editors Keys SL 600 mic problem with the high pitched data noise on it. I have got the mic working with just the 5volts from the USB port and not the data connected as I blew the codec IC. Have ordered a new IC and will fit it soon but Editors Keys contacted me and said they have a fully working Mk 2 SL600 mic that I can have for free as they can't sell it. Mine is a Mk 1 version so the Mk 2 should be brilliant I am gobsmacked at this and look forward to playing with a working mic. Cheers malc

Capricorn12
Posts: 46
Joined: Mon Aug 19, 2013 5:42 pm
Operating System: Please select

Re: High pitched noise on USB mic recordings

Post by Capricorn12 » Wed Oct 09, 2013 10:32 am

Will post again if I cure the Mk 1 mic I have and also report on the Mk 2 model when I get it. Malc

Trebor
Posts: 9852
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: High pitched noise on USB mic recordings

Post by Trebor » Sat Jan 18, 2014 5:32 pm

Capricorn12 wrote:Hi Again this is a short recording of silence for few seconds to show the whistle.
Attachments Whistle.wav Whistle demo (742.09 KiB)
If you can't prevent this whistle it can be notched-out using Steve's Code below in Nyquist Prompt.
Whistle, before-after Steve's de-whine code.flac
(1007.41 KiB) Downloaded 84 times

Code: Select all

    (setq mysound s)
    (setq q 10)         ; set the base Q for the filter
    (setq iter 15)     ; set the number of iterations
    (setq freq 1000)  ; set base frequency

    ; start the DO loop
    (dotimes (i iter mysound)   
    (setf mysound (notch2 mysound (* freq (1+ i)) (* q (1+ i))))
    )                     ;end of loop

Capricorn12
Posts: 46
Joined: Mon Aug 19, 2013 5:42 pm
Operating System: Please select

Re: High pitched noise on USB mic recordings

Post by Capricorn12 » Sun Jan 19, 2014 10:33 am

Well after a lot of faffing about I finally have a solution. The Mk 2 SL 600 that Editors Keys gave me was very low output so they gave me an SL 150 that is fine. The old Mk 1 SL600 does not work on USB any more but has been kept as it does have the same capacitor diaphram as the SL150 so may come in handy for spares or I may modify it to a basic non USB mic. So far the only problems I am encountering are cutting the noise from the fan on the PC that is being picked up by the mic, but this is being discussed on another thread on here and is close to a solution.

Post Reply