Do you mean the post from "bearcat22"?
I see that your user name is very similar to the original poster, but this is a new account with a different email address, registered from a different ISP.
It should probably be ";type analyze", given that it is analyzing the audio.
";type process" is intended for plug-ins that return a modified (processed) version of the selected audio.
Then I copied the content of "buzz.txt" and pasted it on WordPad. I would highly recommend using NotePad++ when you need plain text. In addition to not messing up line endings and character encoding, it also supports parentheses matching (click on one "(" or ")" and it...
Do you have other custom plug-ins installed? If not, I'm going to suggest that we reset Audacity and start again with this, because I'm confused, and it sounds like Audacity is confused too
Don't use NotePad, it messes up line endings and character encoding. "Sometimes" you can get away with it, but it is unpredictable.
A good editor to use on Windows is NotePad++ (https://notepad-plus-plus.org/)
but to save time, see if you can download this as "buzz.ny":
1) Update to Audacity 2.3.0 from here: https://www.audacityteam.org/download/mac/ 2) Download " Lame_Library_v3.99.5_for_Audacity_on_macOS.dmg " (this is the "32-bit libraries for Audacity 1.3.3 to 2.3.0") by left clicking on the link here: https://lame.buanzo.org/#lameosxdl Impo...
If you have successfully recorded from the Internet, and have successfully recorded from your microphone, and you know how to reliably reproduce those successes...
Just for kicks, here's a version that can handle stereo tracks. If you wanted to, you could add "headers" to convert this into an installable plug-in (https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference#header). ;type analyze ;version 4 (defun get-offset(sig) (let ((t1 (/ (1- len...