Skip to content

Commit f05e223

Browse files
authored
Adjust latency value for audio output settings
Updated latency value for JACK/Headphones in the README.
1 parent 9f790c0 commit f05e223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ Control / Field | Description
8383
**IP** | IP address to receive audio from. Use `0.0.0.0` to listen on all network interfaces.
8484
**Port** | UDP port for incoming audio. Default is `5010`.
8585
**Frequency** | Audio sample rate in Hz.
86-
**Latency** | Audio latency in samples. Typical values: 22000 for JACK/Headphones, 4000 for USB audio.
86+
**Latency** | Audio latency in samples. Typical values: 28000 for JACK/Headphones, 4000 or lower for USB audio.
8787
**Swap Byte Order** | Enable this if the incoming audio uses a different byte order (big/little endian).
8888
**Hide Window** | If enabled, the application window remains minimized or hidden once audio starts.
8989
**Test changes** | This button immediately applies the current settings without saving them.
9090
**Save changes** | This button saves the current settings to the configuration file for future use.
9191
**Delete Device** | This button deletes the selected device configuration. If the device exists, it will be recreated with default values at the next program start.
92-
92+
**Volume** | Volume in %.
9393
---
9494

9595
## 🎯 Latency Optimization

0 commit comments

Comments
 (0)