Search found 59476 matches

by steve
Sun Nov 04, 2018 4:25 pm
Forum: Windows
Topic: Couldn’t find the project data folder [SOLVED]
Replies: 26
Views: 9510

Re: Couldn’t find the project data folder

OK, so now: 1) Double click on an "AUP" file. 2) If the project does not open (it probably won't) and if Windows asks which program to use (it probably will), then hopefully you will be able to select the newly installed Audacity application. The correct path to the Audacity application is...
by steve
Sun Nov 04, 2018 4:18 pm
Forum: Windows
Topic: Screenshot tool takes screenshots... of the screenshot window!
Replies: 8
Views: 428

Re: Screenshot tool takes screenshots... of the screenshot window!

steve wrote:
Sat Nov 03, 2018 11:44 am
Thanks for the details about the screenshot bug. I'll add it to the bug tracker.
Done.
blabibo wrote:
Sun Nov 04, 2018 4:05 pm
Thanks for the tips about the Snipping Tool.
Are you happy with that as a workaround until the screenshot bug is fixed?
by steve
Sun Nov 04, 2018 4:15 pm
Forum: Windows
Topic: Saving a 320kbps file as what?
Replies: 18
Views: 1055

Re: Saving a 320kbps file as what?

I also have plenty of FLAC files. How can I tell if those are 24-bit or better? In my opinion, it doesn't really matter. 16-bit is the same as is used by audio CDs. Unless you intend to always listen in a professional studio environment, it will not be possible to hear the difference between 16-bit...
by steve
Sun Nov 04, 2018 4:07 pm
Forum: Windows
Topic: Couldn’t find the project data folder [SOLVED]
Replies: 26
Views: 9510

Re: Couldn’t find the project data folder

1) Uninstall Audacity (if possible) 2) Delete all / any versions of Audacity from your computer 3) Reboot the computer 4) Download "Audacity 2.3.0 installer" from here: https://www.audacityteam.org/download/windows/ Installation: 1) Double click on the downloaded file to start the installa...
by steve
Sun Nov 04, 2018 3:57 pm
Forum: Windows
Topic: Saving a 320kbps file as what?
Replies: 18
Views: 1055

Re: Saving a 320kbps file as what?

When I Export Audio and select FLAC, what Level and Bit Depth should I select? What difference do they make? As your original was an MP3, I'd recommend "16-bit". The 24-bit option would give a bigger file size but the sound quality would be no better. The 24-bit option only really has an ...
by steve
Sun Nov 04, 2018 3:50 pm
Forum: Windows
Topic: Couldn’t find the project data folder [SOLVED]
Replies: 26
Views: 9510

Re: Couldn’t find the project data folder

That's the correct site.
The (Windows) file that comes from that site is either the installer, or a ZIP file. We don't do a RAR file, so I don't understand why you have Audacity in a temporary "Rar%" folder - that's not going to work.
by steve
Sun Nov 04, 2018 3:46 pm
Forum: Windows
Topic: Can I export track names?
Replies: 1
Views: 175

Re: Can I export track names?

Running this code in the Nyquist Prompt effect will give you a list of all selected audio tracks which you can then copy and paste.

Code: Select all

;type analyze
;version 4
;debugflags trace

(format t "~a~%" (get '*track* 'name))
""
by steve
Sun Nov 04, 2018 3:37 pm
Forum: Maintaining / Improving this Forum
Topic: Ads.txt on the site
Replies: 1
Views: 611

Re: Ads.txt on the site

Our current policy is to not have adverts on this forum. We believe that, at this time, this policy is in the best interests of our users. Any change to this policy will be announced on the main website here: https://www.audacityteam.org/contact/ad ... rtunities/
by steve
Sun Nov 04, 2018 3:31 pm
Forum: Windows
Topic: Couldn’t find the project data folder [SOLVED]
Replies: 26
Views: 9510

Re: Couldn’t find the project data folder

Jrpost wrote:
Sun Nov 04, 2018 2:47 pm
I got audacity from the audacity website.
I hope you don't mean the one in Germany - that's a scam site. What is the URL (Internet address)?
by steve
Sun Nov 04, 2018 3:27 pm
Forum: Windows
Topic: Band-Stop filter.
Replies: 15
Views: 1331

Re: Band-Stop filter.

For either of these filters, if the upper filter frequency is greater than half the sample rate, that is an error. The GUI for Nyquist filters are not "interactive", so it is not possible to make the range dependent on the sample rate - the range has to be defined as absolute numbers. Near...