You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@ Control / Field | Description
83
83
**IP** | IP address to receive audio from. Use `0.0.0.0` to listen on all network interfaces.
84
84
**Port** | UDP port for incoming audio. Default is `5010`.
85
85
**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.
87
87
**Swap Byte Order** | Enable this if the incoming audio uses a different byte order (big/little endian).
88
88
**Hide Window** | If enabled, the application window remains minimized or hidden once audio starts.
89
89
**Test changes** | This button immediately applies the current settings without saving them.
90
90
**Save changes** | This button saves the current settings to the configuration file for future use.
91
91
**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.
0 commit comments