You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am new to github and have no experience in C compiling, I would like to get a binary of this plugin from you. I have been pointed to your soxr resampler by the author of DeaDBeeF, Alexey Yakovenko.
I have tried to compile on openSUSE Tumbleweed, but it fails since it doesn't have the soxr.h. I am stuck.
Please help! Thanks a lot.
The text was updated successfully, but these errors were encountered:
I have been in contact with the author of DeaDBeeF and would like to suggest to you the following:
Please, if you feel your soxr plugin is good enough for the public, please make it public on the "Get Plugins" page of the official DeaDBeeF webpage. You would follow the guidelines given in https://github.com/Alexey-Yakovenko/deadbeef-plugin-builder . I guess there would be more people than just me, if they knew about it.
Sorry, I am still too inexperienced in compiling from source for Linux. (Could have done Fortran decades ago...) Thus I cannot give your plugin a test drive.
soxr.h ist missing because you don't have the sox-libraries installed. Install them by doing: sudo apt install sox libsox*
After installing them, you should be able to execute ./go from the deadbeef_soxr-master folder, which compiles it and copies it to the right place.
Now you should be ablte to select "SoX-Resampler" from within the DPS menu.
Since I am new to github and have no experience in C compiling, I would like to get a binary of this plugin from you. I have been pointed to your soxr resampler by the author of DeaDBeeF, Alexey Yakovenko.
I have tried to compile on openSUSE Tumbleweed, but it fails since it doesn't have the soxr.h. I am stuck.
Please help! Thanks a lot.
The text was updated successfully, but these errors were encountered: