Mercurial > hg > vamp-plugin-sdk
view src/vamp-sdk/acsymbols.c @ 415:1522e2f6d700
Fix handling of output sample rate in buffering adapter in case where SampleType is Fixed but no sample rate provided (which is invalid behaviour from the plugin, but we might as well do the right thing with it)
author | Chris Cannam |
---|---|
date | Fri, 04 Sep 2015 13:48:28 +0100 |
parents | 0d9d6a7d6ca8 |
children | abdf03252c8a |
line wrap: on
line source
/* These stubs are provided so that autoconf can check library * versions using C symbols only */ extern void libvampsdk_v_2_6_present(void) { } extern void libvampsdk_v_2_5_present(void) { } extern void libvampsdk_v_2_4_present(void) { } extern void libvampsdk_v_2_3_1_present(void) { } extern void libvampsdk_v_2_3_present(void) { } extern void libvampsdk_v_2_2_1_present(void) { } extern void libvampsdk_v_2_2_present(void) { } extern void libvampsdk_v_2_1_present(void) { } extern void libvampsdk_v_2_0_present(void) { }