🏠Hosting the audio panel yourself & HTML Full custom of the client

Host yourself

You can host yourself the audio panel on a regular webhost, to do that you just need to host the index.html in the webhost folder.

You just need after in the config file to reconfig the client-link section. After that you can keep the selhost for the audio file or disable it with the autoHost parameters. You need to remember one thing, when using that when you change a thing in config file to apply it you need to re copy paste the index.html in your host, because some parameters change directly the index.html in webhost.

Custom client

If you want to push further the experience, you can fully customize the audio panel by editing the index.html, to do that set customClien to true

# Don't use if you are not sure
# If this is true that means that the plugin will no longer auto params the client (modify the index.html in webhost directory)
# this property allows you to fully customize the client by modifying the code of the client
customClient: true

You need to remember one thing, when using custom client, a lot of parameters in the config file will no longer work and if in next update I change a thing into the audio panel you will need to save your modification, put it back customClient to false, understand the difference between before and now and apply it in your code.

If you just need simple modification I recommend using the placeholder system inside you can code in html to add things like image, inside it you can use https://tailwindcss.com/ to stylized your code easily

Last updated