AdrianEddy

Results 431 comments of AdrianEddy

Awesome, thank you. Looking forward to it

This plugin is not responsible for streaming itself and doesn't have any control on the streaming or download process. All this plugin does is to provide AIMP with track URL...

Hi, This format is needed to support all new features in AIMP 4.10 like drag&crop, copy to clipboard and open file location. However, I can add a separate menu option...

Actually, here's a quick script to convert the playlist file from youtube:// format to full youtube url: It works for soundcloud too. Just save it as `convert-pls.js` and drag&drop your...

Currently only gyroscope and accelerometer is used for the csv. I'll add GPS output soon. Could you share some details about your use case? Maybe there's something else worth adding

I'm facing the same issue but with PyTorch Emitter Model I'm trying to convert is NudeNet from here: https://github.com/notAI-tech/NudeNet/ Model downloaded from: https://github.com/bedapudi6788/NudeNet/releases/download/v0/classifier_model and converted to IR using `mmtoir -f...

Please install latest GPU drivers for [Intel](https://downloadmirror.intel.com/732078/igfx_win_101.1994.exe) and [NVIDIA](https://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/Windows/342.01/342.01-desktop-win10-64bit-international.exe&lang=us&type=GeForce) and [DirectX](https://www.microsoft.com/en-us/download/confirmation.aspx?id=35)

also install all Windows updates and updates in Microsoft Store This is an issue with your system, it can't initialize graphics rendering. You can also try to right click on...

Qt was updated from 6.2.4 to 6.3.1 between rc5 and 1.1, and also the QML (user interface) is compiled ahead of time in 1.1. Can you try to follow the...

Which Qt version are you trying to use? Looks like the API changed between versions (note we're using private Qt apis). It was tested with Qt 6.2+ Did you also...