Updated sound option documentation.

This commit is contained in:
Volker Ruppert 2017-02-09 18:23:36 +00:00
parent f971dccddb
commit 6c1e518044
4 changed files with 8 additions and 7 deletions

View File

@ -889,9 +889,9 @@ parport1: enabled=1, file="parport.out"
# waveindrv:
# This defines the driver to be used for the wavein feature.
# Possible values are 'dummy' (recording silence) and platform-dependent
# drivers 'alsa', 'oss' and 'win'.
# drivers 'alsa', 'oss', 'sdl' and 'win'.
# wavein:
# This defines the device to be used for wave output (if necessary).
# This defines the device to be used for wave input (if necessary).
# midioutdrv:
# This defines the driver to be used for the MIDI output feature.
# Possible values are 'file' (all MIDI data sent to file), 'dummy' (no

View File

@ -37,6 +37,7 @@ Changes after 2.6.8 release:
- Sound
- Added PCM output data resampling in a separate thread. The resampler
requires either libsamplerate or the SoX resampler library installed.
- SDL: Added audio capture support (requires library version >= 2.0.5).
- USB
- Added USB EHCI device emulation support (EHCI core ported from Qemu).
- Added USB floppy (UFI/CBI) support (patch by Ben Lunt).

View File

@ -4420,12 +4420,12 @@ format sound: property=value.
<option>waveindrv</option>:
This defines the driver to be used for the wavein feature.
Possible values are 'dummy' (recording silence) and platform-dependent
drivers 'alsa', 'oss' and 'win'.
drivers 'alsa', 'oss', 'sdl' and 'win'.
</para></listitem>
<listitem><para>
<option>wavein</option>:
This defines the device to be used for wave output (if necessary).
This defines the device to be used for wave input (if necessary).
</para></listitem>
<listitem><para>

View File

@ -1,5 +1,5 @@
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
.TH bochsrc 5 "29 Jan 2017" "bochsrc" "The Bochs Project"
.TH bochsrc 5 "9 Feb 2017" "bochsrc" "The Bochs Project"
.\"SKIP_SECTION"
.SH NAME
bochsrc \- Configuration file for Bochs.
@ -958,10 +958,10 @@ waveout:
waveindrv:
This defines the driver to be used for the wavein feature.
Possible values are 'dummy' (recording silence) and platform-dependent
drivers 'alsa', 'oss' and 'win'.
drivers 'alsa', 'oss', 'sdl' and 'win'.
wavein:
This defines the device to be used for wave output (if necessary).
This defines the device to be used for wave input (if necessary).
midioutdrv:
This defines the driver to be used for the MIDI output feature.