diff options
| author | 2025-05-20 10:19:34 +0200 | |
|---|---|---|
| committer | 2025-05-20 10:19:44 +0200 | |
| commit | 4d267d12625779555d127483c13c054eb6b57945 (patch) | |
| tree | d8a27a69e67d7422144760c135b997fb0045e1bd /docs/source/commandline | |
| parent | 02651759afa6ce7f42ad2f9ebf9ad40a9c91d63a (diff) | |
sound: change audio_latency to seconds (float), so people with existing mame.ini won't get broken sound
Diffstat (limited to 'docs/source/commandline')
| -rw-r--r-- | docs/source/commandline/commandline-all.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index 830e44c6b42..5919b923633 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -3026,18 +3026,18 @@ Core Sound Options **-audio_latency** *<value>* - Audio latency in milliseconds, up to a maximum of 1 second. Smaller values + Audio latency in seconds, up to a maximum of 0.5 seconds. Smaller values provide less audio delay while requiring better system performance. Higher values increase audio delay but may help avoid buffer under-runs - and audio interruptions. A value of 0 will automatically pick a sane value, + and audio interruptions. A value of 0.0 will automatically pick a sane value, depending on the selected audio output module. - The default is ``0``. + The default is ``0.0``. Example: .. code-block:: bash - mame galaga -audio_latency 100 + mame galaga -audio_latency 0.1 .. _mame-commandline-inputoptions: |
