Convert .au audio file into .mp3 with php

0

The fundamental idea is to be able to play an audio file with Au (.au) format on a web page but I can not do it because the html tag does not support that kind of format, so I have to convert it to mp3. In the backend of my web application I have php so I would like to know how I can convert from Au to Mp3

    
asked by tony95 25.11.2017 в 19:36
source

0 answers