Skip to content

Commit 9fc9220

Browse files
authored
Update 'Hide Window' behavior in documentation
1 parent 48424ed commit 9fc9220

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ It outputs directly to **ALSA** (also compatible with PipeWire using its ALSA br
3131
| **Audio Output Selection** | Choose the audio output device (3.5 mm jack, HDMI, USB, etc.). If no configuration exists for a device, a default configuration is created automatically at program start. Only one device can be selected at a time. |
3232
| **IP** | IP address to receive audio from. Use `0.0.0.0` to listen on all network interfaces. |
3333
| **Port** | UDP port for incoming audio. Default is `5010`. |
34-
| **Network Buffer** | Size of the receive buffer in bytes. Must be at least as large as a single sent audio block. |
3534
| **Frequency** | Audio sample rate in Hz (e.g., 48000). |
3635
| **Latency** | Audio latency in samples. Typical values: 22000 for JACK/Headphones, 3000 for USB audio. |
3736
| **Swap Byte Order** | Enable this if the incoming audio uses a different byte order (big/little endian). |
38-
| **Hide Window** | If enabled, the application window remains minimized or hidden once audio starts. |
37+
| **Hide Window** | If enabled, the application window starts once audio starts. |
3938
| **Activate** | Immediately applies the current settings without saving them. |
4039
| **Save** | Saves the current settings to the configuration file for future use. |
4140
| **Delete Device** | Deletes the selected device configuration. If the device exists, it will be recreated with default values at the next program start. |

0 commit comments

Comments
 (0)