Search found 59476 matches

by steve
Mon Mar 22, 2021 9:51 am
Forum: Windows
Topic: Recovered File with "orphan files"
Replies: 1
Views: 47

Re: Recovered File with "orphan files"

"Orphan files" are data files that Audacity finds in the temp directory that are not associated with any Audacity project. There's not really much / anything that you can do with them. Audacity does not know where they came from. They may just be old "undo" data that failed to ge...
by steve
Mon Mar 22, 2021 9:43 am
Forum: General Audio Programming
Topic: Using Blender as video player for in-sync audio in Audacity(without using Jack)
Replies: 8
Views: 1399

Re: Using Blender as video player for in-sync audio in Audacity(without using Jack)

When adding mono audio to a stereo track, the expected behaviour is that the same, unaltered audio will be added to both left and right channels. When exporting a stereo track as mono, the expected behaviour is that the left and right channels will be mixed (added together) then scaled by a factor o...
by steve
Mon Mar 22, 2021 9:37 am
Forum: macOS
Topic: .aup opens with no error but, not audio tracks appear
Replies: 17
Views: 1094

Re: .aup opens with no error but, not audio tracks appear

Please attach the .AUP file to your reply - it may provide some insight into what went wrong.
See here for how to attach a file to a forum post: viewtopic.php?f=49&t=64936
by steve
Mon Mar 22, 2021 12:30 am
Forum: Adding Features to Audacity
Topic: Need to improve saving/transfer of metadata
Replies: 1
Views: 279

Re: Need to improve saving/transfer of metadata

It might be worth taking a look at the metadata section of the code and seeing it it couldn't be made more comprehensive in transferring all useful fields to newly created files. This is tricky because there are many conflicting standards for metadata. Just for MP3 there is id3v1, id3v1.1, and many...
by steve
Sun Mar 21, 2021 8:52 pm
Forum: Windows
Topic: 3.0.0 - Get error when using Vocal Remove/Isolation
Replies: 12
Views: 1258

Re: 3.0.0 - Get error when using Vocal Remove/Isolation

It's an overflow problem in 32-bit builds. It will be fixed in the next Audacity release.
If anyone desperately needs this effect, please say so and I'll make a temporary fix to tie you over until the next release.
by steve
Sun Mar 21, 2021 6:23 pm
Forum: macOS
Topic: Noise Gate Not Working? Ver 3.0.0
Replies: 3
Views: 642

Re: Noise Gate Not Working? Ver 3.0.0

Just a quick update: The full fix that I've been testing tests out OK, so it is now in the code ready for the next release.
by steve
Sun Mar 21, 2021 5:24 pm
Forum: Windows
Topic: Hit "Record" - Nothing Happens
Replies: 11
Views: 707

Re: Hit "Record" - Nothing Happens

giancarlodavis wrote:
Sun Mar 21, 2021 5:18 pm
I am having the same problem.
Probably not the same. Are you using a Blue Yeti like bluespapa?
If your problem is still regarding your Fender amp, I posted a reply here: viewtopic.php?p=388150#p388150
by steve
Sun Mar 21, 2021 5:16 pm
Forum: Adding Features to Audacity
Topic: Save Stored Cursor Position When File Saved
Replies: 4
Views: 397

Re: Save Stored Cursor Position When File Saved

I was just thinking that it could come in handy to be able to go to the last stored cursor position after re-starting Audacity and re-opening a project. Even for something as simple as being sure where you left off when you closed the project. You could always add a label at the appropriate positio...
by steve
Sun Mar 21, 2021 5:11 pm
Forum: Adding Features to Audacity
Topic: Filename of a selected audio track at export time
Replies: 32
Views: 3670

Re: Filename of a selected audio track at export time

wpostma wrote:
Sun Mar 21, 2021 4:59 pm
If the user thinks Audacity should be able to open and then save a wave file, and a developer (me) can make it do that, then at least my build will do that. I will PR that change and if it's rejected I'll fork audacity.
You are very welcome to do so. That's the beauty of open source.
by steve
Sun Mar 21, 2021 5:09 pm
Forum: macOS
Topic: Noise Gate Not Working? Ver 3.0.0
Replies: 3
Views: 642

Re: Noise Gate Not Working? Ver 3.0.0

This is a bug that was discovered shortly after Audacity 3.0.0 was released. There's an explanation and a workaround in this topic: https://forum.audacityteam.org/viewtopic.php?f=70&t=116654#p420056 I'm currently testing a full fix for the next (Audacity 3.0.1) release which is scheduled to be a...