I am developing an MVC mobile web where I return an audio file depending on the URL parameters.
I want to add a condition where I return mp3 files for smartphones, and return dm files for old mobile devices that cannot stream mp3 files
Is there a standard procedure that detects old devices or should I loop through all my options?