diff --git a/README.md b/README.md index 315de81..7455ce2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -# Under development # - -Musly is still under development. Please do not report any issues yet. -Expect Version 0.1 in January 2014. - Musly ===== @@ -25,6 +20,7 @@ The source code is released under the MPL 2.0 see the file ## Version History ## ### VERSION 0.1 ### +Released on 30 Jan 2014. The first public Musly release. It includes two basic audio music similarity measures: @@ -63,7 +59,7 @@ available options. See for more information. ## Library ## - +Please see the library documentation in directory or on-line. ## Development ## @@ -72,7 +68,9 @@ To help Musly development and fix bugs the most convenient way is to use Eclipse. To generate an Eclipse project use: ``` -cmake -G"Eclipse CDT4 - Unix Makefiles" -DCMAKE_ECLIPSE_EXECUTABLE=/path/to/eclipse/eclipse /path/to/musly-src +cmake -G"Eclipse CDT4 - Unix Makefiles"\ + -DCMAKE_ECLIPSE_EXECUTABLE=/path/to/eclipse/eclipse \ + /path/to/musly-src ``` from an empty directory. The directory is filled with Eclipse project diff --git a/libmusly/melspectrum.cpp b/libmusly/melspectrum.cpp index beea402..e0b03c8 100644 --- a/libmusly/melspectrum.cpp +++ b/libmusly/melspectrum.cpp @@ -28,7 +28,6 @@ melspectrum::melspectrum( Eigen::VectorXf ps_freq = Eigen::VectorXf::LinSpaced(powerspectrum_bins, 0.0f, sample_rate/2.0f); - // determine the best mel bin for each frequency Eigen::VectorXf freq = Eigen::VectorXf::LinSpaced(sample_rate/2-min_freq, min_freq, sample_rate/2);