Guidance Needed For Audio Extraction Plugin

Effects, Recipes, Interfacing with other software, etc.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
BobTheHorse
Posts: 2
Joined: Fri Sep 26, 2008 3:51 pm
Operating System: Please select

Guidance Needed For Audio Extraction Plugin

Post by BobTheHorse » Sat Sep 27, 2008 12:16 am

I'd like to write a plugin that processes large MP3 files with contiguous songs, automatically identifying different tracks and extracting them. I'm new to plugin writing and I see there are a number of frameworks to use. Is there a particular framework that would be ideally suited to this type of processing?

steve
Site Admin
Posts: 80751
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Guidance Needed For Audio Extraction Plugin

Post by steve » Sat Sep 27, 2008 1:43 am

Nyquist plug-ins are by far the simplest to write, though I'm not sure if it would be possible to achieve exactly what you are proposing with Nyquist (or any other plug-in architecture). You may have more success with the full, stand-alone version of Nyquist, though Audacities Nyquist programming support provides a good platform for starting with Nyquist programming.
http://audacityteam.org/help/nyquist
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

BobTheHorse
Posts: 2
Joined: Fri Sep 26, 2008 3:51 pm
Operating System: Please select

Re: Guidance Needed For Audio Extraction Plugin

Post by BobTheHorse » Sat Sep 27, 2008 4:50 pm

Thanks very much!

Post Reply