How To Download WordPress Audio Attachments

Some people like to stream audio in the browser, others like to download. Each of them is able set up the browser to choose between downloading or streaming different MIME types to get what they need.

On the other hand you can force download of certain MIME type files using PHP header() function.

See How can I force a file download in the WordPress backend? for starting point.