~ubuntu-branches/debian/jessie/acoustid-fingerprinter/jessie

« back to all changes in this revision

Viewing changes to fingerprintcalculator.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2011-08-25 21:10:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825211042-a3o6kqh1sk2w7qlq
Tags: 0.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    FingerprintCalculator();
11
11
    ~FingerprintCalculator();
12
12
 
13
 
    void start(int sampleRate, int numChannels);
 
13
    bool start(int sampleRate, int numChannels);
14
14
    void feed(qint16 *data, int size);
15
15
    QString finish();
16
16