Updated sound option documentation.
This commit is contained in:
parent
f971dccddb
commit
6c1e518044
@ -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
|
||||
|
@ -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).
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user