How can play audio file

Hello Guys,
I made audio plugin to load and play audio file. I tested it with ubuntu system. I can also operate it like play, stop, mute, unmute. But its not work with SSP.
So, how can its work for SSP?.

I guess this is related to this thread

see my answer there…

as long as support for the file format is within juce, and compiled in. juce has a lot of conditional compilation. that said, if you are using the the same jucer project then that should not be the issue.
in which case, I’d guess you’re missing a dependent library.

beyond that I’d need to see the full source code and project, so I could compile, run to see whats going on, and then look for ‘issues’ in the source code/project file.