Dmitry Bogdanov

Results 143 comments of Dmitry Bogdanov

@Essentia Yes it is. You got referred accidentally, sorry for that.

I've found this for building taglib for Visual Studio: http://stackoverflow.com/a/5365962

Check the python_win branch, there's some work done to be able to compile with VS. See the build instructions [here](https://github.com/MTG/essentia/blob/python_win/INSTALL_windows.md). We have prebuilt 32 bit dependencies, but we are missing...

The MonoLoader algorithm is missing if you compiled essentia without ffmpeg dependency. See the output of wad configure or check build/config.log for more details. On Aug 6, 2017 11:27, "willrevl"...

You can specify dependencies to include using the --lightweight flag. For example, --lightweight=libav will include ffmpeg (build script will search for it using pkg-config) On Aug 6, 2017 12:02, "willrevl"...

The test is half-done for SuperFluxExtractor. Missing a regression test on real audio and an information about correct absolute precision allowed for the impulse test.

Missing the test for peaks that are close to each other.

Tests for TriangularBands are done in 7a2d24b8fb6f362409def32bc1078b1812f4af3a

Missing a test for MaxFilter

Some tests for SuperFlux* were added in https://github.com/MTG/essentia/pull/1103.