Search found 59476 matches

by steve
Tue Mar 05, 2019 9:31 am
Forum: Windows
Topic: SCREAMING WITH FRUSTRATION
Replies: 15
Views: 821

Re: SCREAMING WITH FRUSTRATION

bearcat44 wrote:
Mon Mar 04, 2019 10:20 am
Have you ACTUALLY READ my last post?
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.
by steve
Tue Mar 05, 2019 9:18 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Website https://www.audacityteam.org/help/legacy-documentation/
Replies: 4
Views: 561

Re: Website https://www.audacityteam.org/help/legacy-documentation/

The page has been removed for now and will be updated and reinstated if / when new hosting is arranged for legacy documentation.
by steve
Mon Mar 04, 2019 11:36 pm
Forum: Windows
Topic: Sum of samples values of an audio track
Replies: 9
Views: 454

Re: Sum of samples values of an audio track

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.
by steve
Mon Mar 04, 2019 11:20 pm
Forum: Nyquist
Topic: Buzz tone generator
Replies: 9
Views: 1217

Re: Buzz tone generator

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...
by steve
Mon Mar 04, 2019 7:35 pm
Forum: Nyquist
Topic: Buzz tone generator
Replies: 9
Views: 1217

Re: Buzz tone generator

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 ;)
by steve
Mon Mar 04, 2019 6:50 pm
Forum: Nyquist
Topic: Buzz tone generator
Replies: 9
Views: 1217

Re: Buzz tone generator

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":
buzz.ny
(1.84 KiB) Downloaded 50 times
by steve
Mon Mar 04, 2019 3:42 pm
Forum: Windows
Topic: Recording with a Zoom h1n on Windows
Replies: 3
Views: 1155

Re: Recording with a Zoom h1n on Windows

A recent Windows 10 update requires that you give permission for applications to access audio devices. See: viewtopic.php?f=46&t=100117
by steve
Mon Mar 04, 2019 1:09 pm
Forum: macOS
Topic: Got LAME but computer can't open mp3 encoding library
Replies: 1
Views: 125

Re: Got LAME but computer can't open mp3 encoding library

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...
by steve
Mon Mar 04, 2019 10:32 am
Forum: Windows
Topic: SCREAMING WITH FRUSTRATION
Replies: 15
Views: 821

Re: SCREAMING WITH FRUSTRATION

steve wrote:
Mon Mar 04, 2019 10:10 am
If you have successfully recorded from the Internet, and have successfully recorded from your microphone, and you know how to reliably reproduce those successes...
by steve
Mon Mar 04, 2019 10:29 am
Forum: Windows
Topic: Sum of samples values of an audio track
Replies: 9
Views: 454

Re: Sum of samples values of an audio track

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...