Menu

Tree [r2] /
 History

HTTPS access


File Date Author Commit
 Cutter 2006-12-07 stonkajr [r1] Initial import.
 Drawers 2006-12-07 stonkajr [r1] Initial import.
 RtAudio 2006-12-07 stonkajr [r1] Initial import.
 detect 2006-12-07 stonkajr [r2] Provided README, USAGE and TODO.
 img 2006-12-07 stonkajr [r1] Initial import.
 mpglib 2006-12-07 stonkajr [r1] Initial import.
 BirdSpeciesClassifier.pro 2006-12-07 stonkajr [r2] Provided README, USAGE and TODO.
 COPYING 2006-12-07 stonkajr [r1] Initial import.
 ComparisonWindow.cpp 2006-12-07 stonkajr [r1] Initial import.
 ComparisonWindow.hxx 2006-12-07 stonkajr [r1] Initial import.
 ComparisonWindow.ui 2006-12-07 stonkajr [r1] Initial import.
 Images.qrc 2006-12-07 stonkajr [r1] Initial import.
 LearningDialog.cpp 2006-12-07 stonkajr [r1] Initial import.
 LearningDialog.hxx 2006-12-07 stonkajr [r1] Initial import.
 LearningDialog.ui 2006-12-07 stonkajr [r1] Initial import.
 MainWindow.cpp 2006-12-07 stonkajr [r1] Initial import.
 MainWindow.hxx 2006-12-07 stonkajr [r1] Initial import.
 MainWindow.ui 2006-12-07 stonkajr [r1] Initial import.
 MyListView.hxx 2006-12-07 stonkajr [r1] Initial import.
 README 2006-12-07 stonkajr [r2] Provided README, USAGE and TODO.
 SamplesConverter.cpp 2006-12-07 stonkajr [r1] Initial import.
 SamplesList.hxx 2006-12-07 stonkajr [r1] Initial import.
 SettingsDialog.cpp 2006-12-07 stonkajr [r1] Initial import.
 SettingsDialog.hxx 2006-12-07 stonkajr [r1] Initial import.
 SettingsDialog.ui 2006-12-07 stonkajr [r1] Initial import.
 TODO 2006-12-07 stonkajr [r2] Provided README, USAGE and TODO.
 USAGE 2006-12-07 stonkajr [r2] Provided README, USAGE and TODO.

Read Me

Bird Species Classifier README
******************************

BSC, version 0.83, 2006-07-10

About the project
=================
Program made for CSIDC competition as a part of project BirdWatch. For info
about project please see:
http://www.birdwatch.pl
http://eureka.put.poznan.pl/bird/files/BirdWatch-final.pdf
Program performs recognition of bird species based on their voices. It uses
simple pattern comparison and nearest neighbour selection.

Requirements
============
gcc
libsndfile
FFTW3
pthread
asound for linux
CoreAudio for Mac
DirectSound for Win
QT4

Compiling
=========
If you use Windows modify .pro file and set path for MinGW. Then do:
qmake
make

Running
=======
After compilation binaries are in the bin/ directory.
See USAGE for instructions how to use program.

Author
======
Roman 'MrStone' Kamyk
rkj@go2.pl
Student of Poznan University Of Technology, Computing Science Institute.