Guidance Needed For Audio Extraction Plugin
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
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
-
BobTheHorse
- Posts: 2
- Joined: Fri Sep 26, 2008 3:51 pm
- Operating System: Please select
Guidance Needed For Audio Extraction Plugin
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?
Re: Guidance Needed For Audio Extraction Plugin
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
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
Thanks very much!