AIMP Forum
AIMP for PC => Дополнения / Addons => Разработка / Development => Topic started by: cj on January 07, 2022, 09:14:16
-
I am working on an API layer to make writing automation easier. One task I do often is convert audio to a different format.
I'm sure I could accomplish this with a third-party library, but seeing how many formats Aimp can convert, is there any way to access Aimp's encoders/decoders directly in C++?
-
I afraid no, AIMPs API just provides an ability to extend it functionality.