I am trying to add new audio to a video at a particular point in a video (which has its own audio stream). I used the first answer in this question to achieve it: ffmpeg placing audio at specific location
However, I am now trying to reduce the volume of the existing audio on the video so that the original audio isn't as prominent in the output file. Is there any way to do this (with ffmpeg) using the same command shown in the answer of the question I have linked?