Search found 59476 matches

by steve
Mon Mar 04, 2019 10:15 am
Forum: Nyquist
Topic: Buzz tone generator
Replies: 9
Views: 1217

Re: Buzz tone generator

Nyquist plug-ins are plain text files, but have the filename extension ".ny"

If you are using Firefox, right click on the link and select "Save link as ...", then save the file as "buzz.ny"

I've just tested this plug-in and it works in Audacity 2.3.0.
by steve
Mon Mar 04, 2019 10:10 am
Forum: Windows
Topic: SCREAMING WITH FRUSTRATION
Replies: 15
Views: 821

Re: SCREAMING WITH FRUSTRATION

As complex and frustrating as this software is, I would think you could begin recording with a microphone, Pause or Stop, then resume recording within that same track from the internet. I'm simply asking how to do this. You are assuming it is simple. It's not, and that is not because of Audacity, i...
by steve
Mon Mar 04, 2019 9:46 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/

Personally I think that page can be deleted. I've raised this question with the Audacity Team.
by steve
Mon Mar 04, 2019 9:19 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Changes to website: https://www.audacityteam.org/lists/
Replies: 1
Views: 295

Re: Changes to website: https://www.audacityteam.org/lists/

The "audacity-nyquist" list should have been closed a long time ago, but I see it is still open. I don't have access to close the list, so I have raised this with the team to ask for it to be closed. I presume that the other list you were referring to was the "audacity-users" lis...
by steve
Mon Mar 04, 2019 8:58 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Website volunteer; Regarding: https://www.audacityteam.org/help/faq-i18n/
Replies: 3
Views: 456

Re: Website volunteer; Regarding: https://www.audacityteam.org/help/faq-i18n/

You are already helping ;) At the moment, it would be of limited value for you to spend a lot of time working on revisions, as you are probably not (yet) aware of policy changes (such as using "https" for all internal links, and redirecting feedback to the forum where we are able to respon...
by steve
Mon Mar 04, 2019 8:44 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Website https://www.audacityteam.org/community/users/
Replies: 1
Views: 319

Re: Website https://www.audacityteam.org/community/users/

Thanks for the heads-up. I have now updated that page, including updating all of the links.
by steve
Mon Mar 04, 2019 8:34 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

Very sorry, I forgot to select the track. :) That could have been avoided by error checking. for example: ;type analyze ;version 4 (cond ((= len 0) "Error.\nSelection Required") ((arrayp *track*) "Error.\nStereo tracks are not supported.") (t (let ((t1 (/ (1- len) *sound-srate*)...
by steve
Sun Mar 03, 2019 11:38 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

So long as you're not dealing with a very long track, and the track is mono, running this code in the Nyquist Prompt effect will give you the sum: ;type analyze ;version 4 (let ((t1 (/ (1- len) *sound-srate*)) (integral (mult (/ *sound-srate* len) (integrate *track*)))) (print (abs-env (sref integra...
by steve
Sun Mar 03, 2019 11:19 pm
Forum: Windows
Topic: Scarlett 8i6
Replies: 2
Views: 151

Re: Scarlett 8i6

Please post the "Audio Device Info": 1) "Help menu > Diagnostics > Audio Device Info" 2) Wait for the info to appear, then click the "Save" button and save it somewhere convenient 3) Attach the saved file to your reply (see: https://forum.audacityteam.org/viewtopic.php?...
by steve
Sun Mar 03, 2019 9:29 pm
Forum: Windows
Topic: SCREAMING WITH FRUSTRATION
Replies: 15
Views: 821

Re: SCREAMING WITH FRUSTRATION

Calm down, and please try to avoid profanities. This is a family friendly site. Seriously? I cannot imagine this being MORE SIMPLE AND CRYSTAL CLEAR from what I have already said in detail!!!!!!!!!!!! Want to Create ONE TRACK. This track will take input from a USB microphone, then pause the recordin...