Feature #1108
Multiplex (AggregateWaveModel) option as transform input
Status: | New | Start date: | 2014-12-04 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Chris Cannam | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
It would be very nice to have an option to supply multiplexed audio input (a la --multiplex in Sonic Annotator) to a feature extraction transform. Particularly useful for something like MATCH, of course.
History
#1 Updated by Chris Cannam almost 10 years ago
Committed a quick hack at this in 509b4649b172. This won't actually do as it stands, because it leaks the AggregateWaveModel object -- and one is constructed and leaked even if the user doesn't actually select it.