Mercurial > hg > sonic-annotator
comparison runner/FeatureExtractionManager.h @ 112:0c2d8c945bbf multiplex
Merge from default branch
author | Chris Cannam |
---|---|
date | Thu, 02 Oct 2014 15:23:25 +0100 |
parents | ca565b18ba3e |
children | 1c0799754670 |
comparison
equal
deleted
inserted
replaced
110:ca565b18ba3e | 112:0c2d8c945bbf |
---|---|
64 void addSource(QString audioSource, bool willMultiplex); | 64 void addSource(QString audioSource, bool willMultiplex); |
65 | 65 |
66 // Extract features from the given audio or playlist file. If the | 66 // Extract features from the given audio or playlist file. If the |
67 // file is a playlist and force is true, continue extracting even | 67 // file is a playlist and force is true, continue extracting even |
68 // if a file in the playlist fails. | 68 // if a file in the playlist fails. |
69 void extractFeatures(QString audioSource, bool force); | 69 void extractFeatures(QString audioSource); |
70 | 70 |
71 // Extract features from the given audio files, multiplexing into | 71 // Extract features from the given audio files, multiplexing into |
72 // a single "file" whose individual channels are mixdowns of the | 72 // a single "file" whose individual channels are mixdowns of the |
73 // supplied sources. | 73 // supplied sources. |
74 void extractFeaturesMultiplexed(QStringList sources); | 74 void extractFeaturesMultiplexed(QStringList sources); |