Search found 10446 matches

by waxcylinder
Wed Mar 28, 2018 4:15 pm
Forum: macOS
Topic: Zoom in and out and select section while in playback?
Replies: 6
Views: 442

Re: Zoom in and out and select section while in playback?

I don't think you can do this in Audacity - as Audacity is designed to keep the play-head on-screen when playing (similarly with the record head while recording). The only exception is if you turn on the preference that Bill talked about - but what this does is not scroll once the play-head drops of...
by waxcylinder
Tue Mar 27, 2018 5:25 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

steve wrote:You can trim a specified number of seconds from each end
useful - but no help to the original poster here - they don't know how long an possible front-end silence is but they do know there is a "silence" between the initial spoken number and the audio they want to retain.

WC
by waxcylinder
Tue Mar 27, 2018 4:13 pm
Forum: Windows
Topic: Collapsed track only shows half the wave
Replies: 13
Views: 2523

Re: Collapsed track only shows half the wave

MaxFlight wrote:Yea! The team doesn't fool around when it comes to getting things done, it seems. Thank you!
hahaha - don't get too used to it - it's not always like that ;) 8-)

WC
by waxcylinder
Tue Mar 27, 2018 4:12 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

BTW this Macro will only work properly if you don't have a silence if 1.0 seconds or greater BEFORE the spoken number. I've been following along without interrupting, but… Does the current Alpha have some form of a Trim (front/back/both) command/Effect which could be run before finding silences? Hm...
by waxcylinder
Tue Mar 27, 2018 4:04 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

BTW this Macro will only work properly if you don't have a silence if 1.0 seconds or greater BEFORE the spoken number. I've been following along without interrupting, but… Does the current Alpha have some form of a Trim (front/back/both) command/Effect which could be run before finding silences? Hm...
by waxcylinder
Tue Mar 27, 2018 3:59 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

1. In Finder rename your current Audacity folder in the Applications folder to say "Audacity Released". That will preserve you existing Audacity installation 2) Go to and download the latest Mac alpha DMG 3) Run the DMG and drag the app over into the Applications folder (do NOT run from th...
by waxcylinder
Tue Mar 27, 2018 3:00 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

BTW this Macro will only work properly if you don't have a silence if 1.0 seconds or greater BEFORE the spoken number. This Macro (as currently parameterized) just deletes the first block of silence of grater that 1.0 (parameterizable) seconds that it finds. Also you may need to tweak the "sile...
by waxcylinder
Tue Mar 27, 2018 2:56 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

And now that James, the developer, understands the underlying issue for the bug - he's given mee a workaround. The Macro now reads: SelectAll: SilenceFinder:labelbeforedur="0.3" sil-dur="1" sil-lev="26" SelectAll: ShowExtraMenus: ShowExtraMenus: SplitLabels: SelectAll: ...
by waxcylinder
Tue Mar 27, 2018 2:40 pm
Forum: Adding Features to Audacity
Topic: possible to batch edit 17,000 slightly different .mp3 files?
Replies: 22
Views: 2397

Re: possible to batch edit 17,000 slightly different .mp3 fi

Not possible to do with Chains ... However with 2.3.0 alpha Macros some of the added commands help us here First the good news. This little Macro does the job: SelectAll: SilenceFinder:labelbeforedur="0.3" sil-dur="1" sil-lev="26" SelectAll: SplitLabels: SelectAll: Curs...