我想在上传到服务器php mysql之前将音频文件压缩到更小的尺寸

I am building a web app for users to upload audio files but want the audio files compressed to a smaller size before uploading to the server. I have been able to compress the image upload part but have no idea about audio upload. I tried ffmeg but didn't work for me.