Changes

Jump to navigation Jump to search
150 bytes added ,  14:31, 28 April 2025
Line 102: Line 102:  
==Audio encoding==
 
==Audio encoding==
 
===Audio Settings===
 
===Audio Settings===
We recommend using the following settings:
+
We recommend using the following settings for audio:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 115: Line 115:  
|-
 
|-
 
|}
 
|}
 +
 +
Set your audio for low-latency, high-accuracy playback with ffmpeg:
 +
 +
ffmpeg -i input.wav -ar 48000 -ac 2 -sample_fmt s16 output_fixed.wav
 +
 
=== Python ===
 
=== Python ===
 
Example demonstrating how to check your audio:
 
Example demonstrating how to check your audio:

Navigation menu