Search found 59476 matches

by steve
Tue Sep 11, 2012 12:21 pm
Forum: New Plug-Ins
Topic: Arrange your tracks with 'Chain-it-up.ny'
Replies: 22
Views: 21398

Re: Arrange your tracks with 'Chain-it-up.ny'

I've split the post about passing track information from Audacity to Nyquist to here: http://forum.audacityteam.org/viewtopic ... 51#p191051
by steve
Tue Sep 11, 2012 12:16 pm
Forum: New Plug-Ins
Topic: Arrange your tracks with 'Chain-it-up.ny'
Replies: 22
Views: 21398

Re: Arrange your tracks with 'Chain-it-up.ny'

I've split the post about zero crossing detection to here: http://forum.audacityteam.org/viewtopic ... 79#p191079
by steve
Tue Sep 11, 2012 12:06 pm
Forum: macOS
Topic: Burning CD's
Replies: 5
Views: 2664

Re: Burning CD's

Ensure that you create an "audio CD" not a "data CD". So called "MP3 CDs" are "data CDs" which contain MP3s. Data CDs will not play in most stand alone CD players (same for "MP3 Cds", though a few CD players do support MP3 disks, but most don't). Use...
by steve
Tue Sep 11, 2012 11:56 am
Forum: Windows
Topic: File Association Problem
Replies: 7
Views: 1200

Re: File Association Problem

Do you mean for opening Audacity Projects (AUP) or for opening audio file types (such as WAV / MP3) ? (Note that Audacity does not really "open" audio files - it "imports" them into a "project". If this idea is not familiar to you, please read this: http://manual.audaci...
by steve
Tue Sep 11, 2012 11:48 am
Forum: Windows
Topic: Status of Mezzo dev, Audacity 2.0 Backend
Replies: 11
Views: 2027

Re: Status of Mezzo dev, Audacity 2.0 Backend

PortAudio suported device aggregation under MME a long time ago, but Audacity has never shown any inclination to support this. There are a number of technical problems that make it very difficult to support multiple simultaneous recording devices on Windows with MME or Direct sound. The main proble...
by steve
Tue Sep 11, 2012 11:18 am
Forum: Windows
Topic: Noise Removal Question :)
Replies: 10
Views: 1591

Re: Noise Removal Question :)

You mentioned "Pitch change effect: LQ pitch shift" That's in the "Delay" effect in the current 2.0.2 version of Audacity 2.0.2. You can check your Audacity version by looking in "Help > About Audacity". It's worth updating to 2.0.2 if you don't already have it: http:/...
by steve
Tue Sep 11, 2012 4:59 am
Forum: Windows
Topic: Audacity cannot find project data folder
Replies: 6
Views: 1557

Re: Audacity cannot find project data folder

jonnyD wrote:I did not move or delete any of my files so I do not understand why Audacity couldn't find the project data folder
Is the data folder there?
by steve
Tue Sep 11, 2012 3:22 am
Forum: Nyquist
Topic: In-Place editing
Replies: 17
Views: 5114

Re: In-Place editing

That solves it, thanks. I didn't realize 999999 samples translated to such a short audio period. Adding a couple more 9's removes any errors from that particular test. I should be able to adapt my script properly now that I know what works and what errors to watch for - I appreciate all the help! :...
by steve
Tue Sep 11, 2012 2:13 am
Forum: Nyquist
Topic: In-Place editing
Replies: 17
Views: 5114

Re: In-Place editing

See this bit: http://www.youtube.com/watch?feature=player_detailpage&v=sVXLTptJ7wg#t=80s The selection length is 21 seconds - that's a little less than 999999 samples at 44.1 kHz. There's a clue there.... Try selecting more than 999999 samples and it will fail. If you select, say 23 seconds (1,0...