diff --git a/230101/setup.sh b/230101/setup.sh
index 415023ffaf8b5f5286fd51b26dc14b4460925dcc..06970880ca064c8130fb763b61c81297e9bf793b 100755
--- a/230101/setup.sh
+++ b/230101/setup.sh
@@ -14,7 +14,7 @@ function render_clip() {
 		-filter_complex "
 			gradients=s=1920x1080:c0=$c0:c1=$c1:d=4:x0=480:y0=540:x1=1440:y1=540,
 			format=nv12,hwupload[v];
-			aevalsrc=sin($freq*2*PI*t):s=48000[a]
+			aevalsrc=sin($freq*2*PI*t):s=48000,pan=stereo|c0=c0|c1=c0[a]
 		" \
 		-map "[v]" -map "[a]" \
 		-c:v h264_vaapi -r 25 -t 4 \