Mercurial > hg > svcore
diff plugin/transform/FeatureExtractionModelTransformer.h @ 363:0e30c8ec15a0
* Add wave file model method for reading more than one channel at once,
avoiding ludicrously expensive backward seeks and double-reads when
playing multi-channel files or using them as inputs to feature extraction
plugins
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2008 14:35:43 +0000 |
parents | 399ea254afd6 |
children |
line wrap: on
line diff
--- a/plugin/transform/FeatureExtractionModelTransformer.h Thu Jan 24 11:03:59 2008 +0000 +++ b/plugin/transform/FeatureExtractionModelTransformer.h Thu Jan 24 14:35:43 2008 +0000 @@ -47,8 +47,8 @@ void setCompletion(int); - void getFrames(int channel, int channelCount, - long startFrame, long size, float *buffer); + void getFrames(int channelCount, long startFrame, long size, + float **buffer); // just casts DenseTimeValueModel *getConformingInput();