Search found 26 matches

by dgoldsmith
Sun Aug 30, 2009 1:44 am
Forum: Recording Techniques
Topic: Recording Multiple Tracks Simultaneously
Replies: 18
Views: 13291

Re: Recording Multiple Tracks Simultaneously

Perhaps I should start a new thread, but this one is so close to "on target"... I'm interested in direct-to-Audacity simultaneous multi-track recording, so I'm glad to see that someone has had success w/ this on the software end. My "new" twist: if possible, I'd like to do this w/ my present laptop,...
by dgoldsmith
Tue Apr 07, 2009 6:10 am
Forum: General Audio Programming
Topic: Programmatic access to the Audacity API
Replies: 5
Views: 7550

Re: Programmatic access to the Audacity API

Cool, that was easy! Thanks!!!

DG
by dgoldsmith
Tue Apr 07, 2009 5:59 am
Forum: General Audio Programming
Topic: Programmatic access to the Audacity API
Replies: 5
Views: 7550

Re: Programmatic access to the Audacity API

OK, thanks! I post if I have trouble. Thanks again.

DG
by dgoldsmith
Tue Apr 07, 2009 5:00 am
Forum: General Audio Programming
Topic: Programmatic access to the Audacity API
Replies: 5
Views: 7550

Re: Programmatic access to the Audacity API

OK, that sounds pretty cool - can import be part of the chain? Is there a tutorial somewhere? Thanks!

DG
by dgoldsmith
Mon Apr 06, 2009 9:47 pm
Forum: General Audio Programming
Topic: Programmatic access to the Audacity API
Replies: 5
Views: 7550

Programmatic access to the Audacity API

Is there a way to access the Audacity API directly (preferably using (wx)Python)? I'd like to script the amplify and export functions. (I have about 10,000 aiff files I want to import, amplify to the maximum extent w/out clipping, then export as wav; I'm doing it "by hand" right now, but that would ...