Changes

Jump to navigation Jump to search
15 bytes added ,  14:32, 28 April 2025
Line 117: Line 117:     
Set your audio for low-latency, high-accuracy playback with ffmpeg:
 
Set your audio for low-latency, high-accuracy playback with ffmpeg:
 
+
<pre>
ffmpeg -i input.wav -ar 48000 -ac 2 -sample_fmt s16 output_fixed.wav
+
  ffmpeg -i input.wav -ar 48000 -ac 2 -sample_fmt s16 output_fixed.wav
 +
</pre>
    
=== Python ===
 
=== Python ===

Navigation menu