I’m trying to use sylseg and ircamdescriptors together, and can’t quite figure out how, or whether it’s even possible. The basic goal is to segment an audio file into syllables, run one or more ircamdescriptors on the same audio, and then get mean descriptor values for each of the segments as defined by sylseg, so what I would ultimately have is (preferably) a single track looking like this:
[time] Duration SyllableMarkerType Descriptor_1Mean…Descriptor_NMean
The problem is that these don’t fit nicely into a chain — Since sylseg looks directly at the audio, as do the ircamdescriptors, I would have to do them in separate mubu.process objects, but then the data would be in two different tracks, and I couldn’t use the sylseg marker values to get mean values from the descriptors. I think what I would need is something like
But I have no idea if this is possible. I dimly remember some experimentation with a syntax that allowed splits like this in a chain, but don’t know if anything came of it… Any suggestions will be most welcome!
Thanks,
\M