Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Issues with the Audio API header files SDK
-
My program wich currently runs identical code to the "Audio_Player" example produces the following error when trying to compile:
undefined reference to `AS_CreatePlayerMulti(AsPlayerId, AsCreatePlayerParams_t*, void (*)(ErrorAttentionParam const*))
My best guess is an issue with the import of the header files, but this makes little sense as the issue is not present in the "Audio_Player" example
-
@Jolle Do you get this error from the linker or when compiling your c(++) file?
If first. Maybe you can check your SDK configuration if it enables all required modules like the Audio_Player example?
If last, then what you guess, an issue with the import of the header files. Maybe a different order? -
@jens6151-0-1-1 Suspected that the wrong config was the issue, thanks!