diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-10-29 14:45:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-10-29 14:45:49 +0000 |
| commit | 858cb95b8539f5695c5348c340b9f982d8b66719 (patch) | |
| tree | bed7d5c75de92d4b15d74311f6385aba7bac49da /rotord/src/vampHost.h | |
| parent | 9fc8a2e7b770339b72c080cfa510c461706fe43c (diff) | |
making intensity segmenter
Diffstat (limited to 'rotord/src/vampHost.h')
| -rw-r--r-- | rotord/src/vampHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/vampHost.h b/rotord/src/vampHost.h index 56de901..856a2cc 100644 --- a/rotord/src/vampHost.h +++ b/rotord/src/vampHost.h @@ -64,7 +64,7 @@ namespace vampHost { bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,int outputNo,const map<string,float> ¶ms); void process_frame(uint8_t *data,int samples_in_frame); void cleanup(); - + float get_value(const float &time); //map<double,int> features; map<float,feature> features; //map<time,featureNo> |
