audio: add audiodev format=f32 option documentation
The documentaion for -audiodev format=f32 option was missing. Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-id: 20200308193321.20668-6-vr_qemu@t-online.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
194bdf5069
commit
49f77e6faf
@ -551,7 +551,7 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev,
|
|||||||
" in|out.frequency= frequency to use with fixed settings\n"
|
" in|out.frequency= frequency to use with fixed settings\n"
|
||||||
" in|out.channels= number of channels to use with fixed settings\n"
|
" in|out.channels= number of channels to use with fixed settings\n"
|
||||||
" in|out.format= sample format to use with fixed settings\n"
|
" in|out.format= sample format to use with fixed settings\n"
|
||||||
" valid values: s8, s16, s32, u8, u16, u32\n"
|
" valid values: s8, s16, s32, u8, u16, u32, f32\n"
|
||||||
" in|out.voices= number of voices to use\n"
|
" in|out.voices= number of voices to use\n"
|
||||||
" in|out.buffer-length= length of buffer in microseconds\n"
|
" in|out.buffer-length= length of buffer in microseconds\n"
|
||||||
"-audiodev none,id=id,[,prop[=value][,...]]\n"
|
"-audiodev none,id=id,[,prop[=value][,...]]\n"
|
||||||
@ -647,7 +647,7 @@ SRST
|
|||||||
``in|out.format=format``
|
``in|out.format=format``
|
||||||
Specify the sample format to use when using fixed-settings.
|
Specify the sample format to use when using fixed-settings.
|
||||||
Valid values are: ``s8``, ``s16``, ``s32``, ``u8``, ``u16``,
|
Valid values are: ``s8``, ``s16``, ``s32``, ``u8``, ``u16``,
|
||||||
``u32``. Default is ``s16``.
|
``u32``, ``f32``. Default is ``s16``.
|
||||||
|
|
||||||
``in|out.voices=voices``
|
``in|out.voices=voices``
|
||||||
Specify the number of voices to use. Default is 1.
|
Specify the number of voices to use. Default is 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user