is there any way pd can get region marker data from an .aiff file??? (ie...the region markers used by many sound editors, such as peak, soundforge etc)
no? didn't think so...but just thought i'd check anyway.
On Tue Mar 07, 2006 at 11:44:31PM +0900, hard off wrote:
is there any way pd can get region marker data from an .aiff file??? (ie...the region markers used by many sound editors, such as peak, soundforge etc)
no? didn't think so...but just thought i'd check anyway.
it looks like libsndfile makes an attempt to parse this data up and spit it to stderr, but i dont think theres a programattic way to grab it yet - youd probably have to add the feature to sndfiler external and distributed it with a modified libsndfile for the time being. check out src/wav.c.. looks ripe for the picking
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
if pd were to be using libsndfile, this would be trivial.
of course you can get region/marker data in pd (as control data) using the [csoundapi~] object compiled against libsndfile-1.0.13.
./d5
On Mar 7, 2006, at 9:44 AM, hard off wrote:
is there any way pd can get region marker data from an .aiff file??? (ie...the region markers used by many sound editors, such as peak, soundforge etc)
no? didn't think so...but just thought i'd check anyway.