Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschnitzer committed Jan 30, 2014
1 parent 5e2406b commit 60c380a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
=====

Expand All @@ -25,6 +20,7 @@ The source code is released under the MPL 2.0 see the file <musly/COPYING>
## Version History ##

### VERSION 0.1 ###
Released on 30 Jan 2014.

The first public Musly release. It includes two basic audio music similarity
measures:
Expand Down Expand Up @@ -63,7 +59,7 @@ available options. See <http://www.musly.org> for more information.

## Library ##


Please see the library documentation in <doc/html> directory or on-line.


## Development ##
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion libmusly/melspectrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 60c380a

Please sign in to comment.