summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-02 00:59:36 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-02 00:59:36 +0100
commit4f6b9809ed4c9291e2577ee8e0f3bebf15ca2629 (patch)
treeafd8890b4b0a0c850ed8dad19e5815a90be83ac8 /src/sound_asset.h
parent12fe692248cfd7f604b8ac7d596bf796c0bf420a (diff)
Compare using maximum mean absolute difference and standard deviation.
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index 2d797998..4b7c0967 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -84,7 +84,7 @@ public:
*/
void write_to_cpl (std::ostream& s) const;
- std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const;
+ std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags, double max_mean, double max_std_dev) const;
private:
void construct (sigc::slot<std::string, Channel> get_path);