diff options
author | wm4 <wm4@nowhere> | 2014-08-22 16:10:34 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-08-22 16:12:47 +0200 |
commit | 26500425f6cf97ebec21b6cf0929c2e4c08f46d6 (patch) | |
tree | f0754cba4faf617bfaf016e5f2a1cbe20509cea1 /DOCS | |
parent | 4c25b000b5e521c67608284cf23972e2f651e9d3 (diff) | |
download | mpv-26500425f6cf97ebec21b6cf0929c2e4c08f46d6.tar.bz2 mpv-26500425f6cf97ebec21b6cf0929c2e4c08f46d6.tar.xz |
ao_dsound: raise default buffer size to 200ms, make it configurable
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/ao.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index 5bd82cd9f4..f82906d062 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -181,6 +181,9 @@ Available audio output drivers are: Sets the device number to use. Playing a file with ``-v`` will show a list of available devices. + ``buffersize=<ms>`` + DirectSound buffer size in milliseconds (default: 200). + ``sdl`` SDL 1.2+ audio output driver. Should work on any platform supported by SDL 1.2, but may require the ``SDL_AUDIODRIVER`` environment variable to be set |