AudioFeaturePrint Create ML Components Property Limits

Hey, Are there any limits to the windowDuration property of the AudioFeaturePrint transformer such as the minimum value or maximum value?

If we create a model with the Create ML UI App, upon selecting the AudioFeaturePrint as the feature extractor, we cannot go below 0.5 seconds for the window duration. Is the limit same if we programmatically create a model using the AudioFeaturePrint?

Replies

There's not a programmatic limit in CreateMLComponents to window duration, so you can set it as you like.