音频格式转换新增支持 WAV

WAV 转 MP3 的 FFMPEG 命令:

 ffmpeg -i input.wav -codec:a libmp3lame -qscale:a 2 output.mp3

然后使用 go 封装一下。