-->
wav
mp3
ffmpeg -i ${input_audio} -b:a 96k -map a ${output_audio}
ffmpeg -ss ${start_second} -i ${src_audio.mp3} -t 100 -c copy ${output_audio}