How do I change the name of the mp3 file?

It's possible to alter the name of the mp3 file using the parameter audiofilename= in the call. This is convenient when a user wants to save the mp3 file. The value can, as a suggestion, be the title of an article. Usually the title is a variable in the CMS system you are using.

Example: To name the file as xyz.mp3 use

&audiofilename=xyz

Important notes about mp3 file name

  • The value of 'audiofilename' may only consist of the charaters0-9,a-z,- and _
  • Do not use the extension .mp3 in the value of audiofilename since it is added automatically by the application.