Mercurial > hg > jvamp
comparison org/vamp_plugins/PluginLoader.java @ 39:a17756868013
Fix stupid typo
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 22:03:26 +0000 |
parents | c9515589be7d |
children | 5cb76aa45ee5 |
comparison
equal
deleted
inserted
replaced
38:21c96f61d10c | 39:a17756868013 |
---|---|
114 * This may require modifying the sample type and rate | 114 * This may require modifying the sample type and rate |
115 * specifications for the plugin outputs and modifying the | 115 * specifications for the plugin outputs and modifying the |
116 * timestamps on the output features in order to obtain | 116 * timestamps on the output features in order to obtain |
117 * correct time stamping. | 117 * correct time stamping. |
118 */ | 118 */ |
119 public static final int ADAPT_BUFFER_SIZE = 3; | 119 public static final int ADAPT_BUFFER_SIZE = 4; |
120 | 120 |
121 /** | 121 /** |
122 * ADAPT_ALL - Perform all available adaptations that are | 122 * ADAPT_ALL - Perform all available adaptations that are |
123 * meaningful for the plugin. | 123 * meaningful for the plugin. |
124 */ | 124 */ |