Wiki » History » Version 5

« Previous - Version 5/23 (diff) - Next » - Current version
Chris Cannam, 2013-03-28 01:05 PM


About the Vamp Test Plugin

The Vamp Test Plugin is a plugin that does no real work, does not analyse its input at all, and always returns the same results. (With one caveat: you should feed it at least 15 seconds of input audio, because it returns features across a 15-second span.)

It has several outputs, which are designed to test the host's handling of various aspects of the Vamp OutputDescriptor SampleType and SampleRate settings. Note that all output features have labels indicating the expected timing and (in some cases) values for the feature.

Think of it as the Vamp plugin equivalent of a TV test pattern or printer test page.

Outputs

The plugin has the following outputs:

instants

The instants output is a VariableSampleRate output containing ten instants explicitly timestamped at 1.5 second intervals.

"test.wav",0.000000000,"1 of 10 at 0" 
,1.500000000,"2 of 10 at 1.5" 
,3.000000000,"3 of 10 at 3" 
,4.500000000,"4 of 10 at 4.5" 
,6.000000000,"5 of 10 at 6" 
,7.500000000,"6 of 10 at 7.5" 
,9.000000000,"7 of 10 at 9" 
,10.500000000,"8 of 10 at 10.5" 
,12.000000000,"9 of 10 at 12" 
,13.500000000,"10 of 10 at 13.5"