How do I store some audio files in the plugin? Follow
Answered
I want to pre-store some audio files to my plugin and then play them under certain conditions, but I don't know how to do it to load the audio files into the plugin (file path)
Please sign in to leave a comment.
You can bundle these files in some JAR file and access them using regular Class.getResource()