Changes

Jump to navigation Jump to search
216 bytes added ,  14:34, 28 April 2025
Line 119: Line 119:  
<pre>
 
<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
 +
 +
  Explanation:
 +
  -ar 48000 → Set sample rate to 48000 Hz (standard for ASIO/Windows audio, matches most soundcards)
 +
  -ac 2 → Set 2 channels (stereo)
 +
  -sample_fmt s16 → Use 16-bit signed integer samples
 +
 
</pre>
 
</pre>
  

Navigation menu