You've not tried itkozikowski wrote:What does this script do?
Search found 59476 matches
- Tue Mar 01, 2016 6:40 pm
- Forum: Feature Request Archive
- Topic: Seeking "Total Length" Box
- Replies: 20
- Views: 2227
Re: Help for us broadcast editors that have to hit a show cl
- Tue Mar 01, 2016 5:12 pm
- Forum: Feature Request Archive
- Topic: New version of "Crossfade Tracks"
- Replies: 33
- Views: 3793
Re: New version of "Crossfade Tracks"
No need. It's now in audacity 2.1.3 alpha.waxcylinder wrote:and BUMP again
Topic moved to the archive.
- Tue Mar 01, 2016 5:02 pm
- Forum: Feature Request Archive
- Topic: Seeking "Total Length" Box
- Replies: 20
- Views: 2227
Re: Help for us broadcast editors that have to hit a show cl
Assuming that you are working with a single audio track (you did not say otherwise), try running this code in the Nyquist Prompt effect: (setf mins 60) (setf seconds 30.0) (let* ((start (get '*track* 'start-time)) (end (get '*track* 'end-time)) (target (+ (* 60.0 mins) seconds))) (setf dif (- end st...
- Tue Mar 01, 2016 3:14 pm
- Forum: macOS
- Topic: 2.1.2 weirdness with spectral selection
- Replies: 134
- Views: 7790
Re: 2.1.2 weirdness with spectral selection
You have admitted a blind user entering a frequency selection in Spectral Selection Toolbar then being told to change track view and turn on Spectral Selection is not user-friendly, so I am seeing if we can improve that. How about, if the user types into the spectral selection toolbar, a message bo...
- Tue Mar 01, 2016 1:33 pm
- Forum: Audiobook Production
- Topic: How to split into several parts a long mp3 audio file
- Replies: 4
- Views: 8091
Re: How to split into several parts a long mp3 audio file
Do you know a software or a plugin or other things you can do this automatically or almost automatically? No, but it's fairly quick to do manually with Audacity. 1) Import the long recording. 2) With the entire track selected, apply "Analyze > Regular Interval Labels" with these settings:...
- Tue Mar 01, 2016 1:01 pm
- Forum: General Audio Programming
- Topic: Adding "timbre" to (almost) pure modulated sin tones
- Replies: 4
- Views: 3273
Re: Adding "timbre" to (almost) pure modulated sin tones
If you're familiar with programming in C (I'm not) then you may be better to program in C.
- Tue Mar 01, 2016 12:59 pm
- Forum: Windows
- Topic: I keep having to reset toolbars on 2-1-2 :¬(
- Replies: 13
- Views: 1319
Re: I keep having to reset toolbars on 2-1-2 :¬(
1) Open an Audacity window and size it fairly small. 2) Maximize the window using the "maximize window" button. 3) Generate a waveform. 4) Drag down the bottom of the track to near the bottom of the track window. 5) Un-maximize the Audacity window by clicking the "maximize / restore&q...
- Tue Mar 01, 2016 8:34 am
- Forum: Audiobook Production
- Topic: How to split into several parts a long mp3 audio file
- Replies: 4
- Views: 8091
Re: How to split into several parts a long mp3 audio file
It is probably helpful if you tell us what the aim is. Why do you want the sections to fade? Do you only want the ends of the sections to fade, or do you want the start of the sections to also fade? Is this for music or speech recording? Do the files have to be in MP3 format? How important is sound ...
- Tue Mar 01, 2016 8:21 am
- Forum: macOS
- Topic: Does Audacity have automation?
- Replies: 2
- Views: 4100
Re: Does Audacity have automation?
Assuming that you mean "track effect automation", as found in most real-time DAW programs, the general answer is; no, Audacity does not have effect automation. However, you said the magic words " adjusting the volume", so you've hit the jackpot. Yes, Audacity does have effect aut...
- Tue Mar 01, 2016 7:47 am
- Forum: Windows
- Topic: I keep having to reset toolbars on 2-1-2 :¬(
- Replies: 13
- Views: 1319
Re: I keep having to reset toolbars on 2-1-2 :¬(
On second thoughts the scroll bar behaviour may be a feature rather than a bug. There is a repeatable bug (tested on Linux). Correct behaviour: 1) Open an Audacity window and scale it to almost the size of the monitor display, but not "maximized". 2) Generate a waveform. 3) Drag down the ...