Ignition perspective Audio component with no WEB dev module

The file needs to be in your gateway. WebDev is the IA supported way to serve a file on a gateway to a Perspective client component.

If you can store the file as a blob in a database, you could serve it to clients with my free Blob Server 3rd party module. Read the whole topic:

You cannot. This is the holy grail of web malware, and is blocked by all modern browsers.

Finally, you can put a reverse proxy web server in front of Ignition, and configure that web server to directly handle desired static files. (Commonly done anyways when exposing Ignition via HTTPS on the public internet.)