Dmitry Bogdanov

Results 143 comments of Dmitry Bogdanov

OK, it seems that the `trolcommander.desktop` file was incorrect. After I've fixed it now everything works: ``` [Desktop Entry] Name=muCommander Comment=A lightweight, cross-platform file manager Exec=/usr/bin/trolcommander Icon=/usr/share/pixmaps/trolcommander.png Terminal=false Type=Application Categories=Application;FileManager;Utility;...

The issue is in the ```/usr/share/applications/trolcommander.desktop```. Replacing "mucommander" for "trolcommander" solves it: ``` [Desktop Entry] Name=trolCommander Comment=A lightweight, cross-platform file manager Exec=trolcommander Icon=trolcommander Terminal=false Type=Application Categories=Application;FileManager;Utility; StartupNotify=true ```

This did not work for me. Changing the output device in `pavucontrol` fails with error if jack is running, and the device is switched back to Jack sink.

Thank you, @cangcn! Your workaround worked for me, except (it seems) for the MagicDNS.

> BTW, why use the 'find' command? 'locate' should be much faster. Agreed, find command is too slow.

Nice! Could you send us [a CLA form](http://essentia.upf.edu/contribute) in order to be able to merge this pull request?

Thank you for reporting. This algorithm is based on a probabilistic model, and this issue can happen. If you have a specific audio example that you can share, this would...

Python wheels for Apple Silicon are now available on PyPI ([essentia](https://pypi.org/project/essentia/), [essentia-tensorflow](https://pypi.org/project/essentia-tensorflow/)).

> Hello, I'm trying to run Essentia on Mac; I have done `pip install essentia`. But when importing essentia, the kernel crashes with Fatal Error and there is a message...

`streaming_music_extractor` fails on my new machine as well... testing now.