VirtualBox

Changeset 98032 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Jan 9, 2023 5:27:44 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155127
Message:

Audio/VBoxManage: Resolved a @todo: Marked the modifyvm "--audio" switch as being deprecated and introduced the switches "--audio-driver" and "--audio-enabled". This allows more flexible control of the audio stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml

    r97033 r98032  
    426426          <arg choice="plain"><replaceable>IO-base</replaceable> <replaceable>IRQ</replaceable></arg>
    427427        </group></arg>
    428       <arg>--audio=<group choice="plain">
     428      <arg>--audio-controller=<group choice="plain">
     429          <arg choice="plain">ac97</arg>
     430          <arg choice="plain">hda</arg>
     431          <arg choice="plain">sb16</arg>
     432        </group></arg>
     433      <arg>--audio-codec=<group choice="plain">
     434          <arg choice="plain">stac9700</arg>
     435          <arg choice="plain">ad1980</arg>
     436          <arg choice="plain">stac9221</arg>
     437          <arg choice="plain">sb16</arg>
     438        </group></arg>
     439      <arg>--audio-driver=<group choice="plain">
    429440          <arg choice="plain">none</arg>
    430441          <arg choice="plain">default</arg>
     
    437448          <arg choice="plain">coreaudio</arg>
    438449        </group></arg>
    439       <arg>--audio-controller=<group choice="plain">
    440           <arg choice="plain">ac97</arg>
    441           <arg choice="plain">hda</arg>
    442           <arg choice="plain">sb16</arg>
    443         </group></arg>
    444       <arg>--audio-codec=<group choice="plain">
    445           <arg choice="plain">stac9700</arg>
    446           <arg choice="plain">ad1980</arg>
    447           <arg choice="plain">stac9221</arg>
    448           <arg choice="plain">sb16</arg>
     450      <arg>--audio-enabled=<group choice="plain">
     451          <arg choice="plain">on</arg>
     452          <arg choice="plain">off</arg>
    449453        </group></arg>
    450454      <arg>--audio-in=<group choice="plain">
     
    19351939        </varlistentry>
    19361940        <varlistentry>
    1937           <term><option>--audio=<replaceable>type</replaceable></option></term>
    1938           <listitem><para>
    1939               Specifies whether the VM has audio support, and if so,
    1940               which type. Valid audio type values are:
     1941          <term><option>--audio-controller=<replaceable>controller-type</replaceable></option></term>
     1942          <listitem><para>
     1943              Specifies the audio controller to be used with the VM.
     1944              Valid audio controller type values are:
     1945              <literal>ac97</literal>, <literal>hda</literal>, and
     1946              <literal>sb16</literal>.
     1947            </para></listitem>
     1948        </varlistentry>
     1949        <varlistentry>
     1950          <term><option>--audio-codec=<replaceable>codec-type</replaceable></option></term>
     1951          <listitem><para>
     1952              Specifies the audio codec to be used with the VM. Valid
     1953              audio codec type values are: <literal>stac9700</literal>,
     1954              <literal>ad1980</literal>, <literal>stac9221</literal>,
     1955              and <literal>sb16</literal>.
     1956            </para></listitem>
     1957        </varlistentry>
     1958        <varlistentry>
     1959          <term><option>--audio-driver=<replaceable>type</replaceable></option></term>
     1960          <listitem><para>
     1961              Specifies whether which audio driver (backend) to use.
    19411962              <literal>none</literal>, <literal>default</literal>,
    19421963              <literal>null</literal>, <literal>dsound</literal>,
     
    19451966              <literal>coreaudio</literal>.
    19461967            </para><para>
    1947               Note that the audio types are dependent on the host
     1968              Note that the audio driver are dependent on the host
    19481969              operating system. Use the <command>VBoxManage
    19491970              modifyvm</command> command usage output to determine the
    19501971              supported audio types for your host system.
    1951             </para></listitem>
    1952         </varlistentry>
    1953         <varlistentry>
    1954           <term><option>--audio-controller=<replaceable>controller-type</replaceable></option></term>
    1955           <listitem><para>
    1956               Specifies the audio controller to be used with the VM.
    1957               Valid audio controller type values are:
    1958               <literal>ac97</literal>, <literal>hda</literal>, and
    1959               <literal>sb16</literal>.
    1960             </para></listitem>
    1961         </varlistentry>
    1962         <varlistentry>
    1963           <term><option>--audio-codec=<replaceable>codec-type</replaceable></option></term>
    1964           <listitem><para>
    1965               Specifies the audio codec to be used with the VM. Valid
    1966               audio codec type values are: <literal>stac9700</literal>,
    1967               <literal>ad1980</literal>, <literal>stac9221</literal>,
    1968               and <literal>sb16</literal>.
     1972            </para>
     1973            <para>
     1974              For maximum interoperability between hosts, the default
     1975              audio driver can be used. The VM will then automatically select
     1976              the most appropriate audio driver for the current host available.
     1977            </para></listitem>
     1978        </varlistentry>
     1979        <varlistentry>
     1980          <term><option>--audio-enabled=on|off</option></term>
     1981          <listitem><para>
     1982              Specifies whether to enable or disable audio for the VM.
     1983            </para>
     1984            <para>
     1985              This option has precedence over the --audio-on and --audio-off
     1986              options, i.e. turning off audio via this option will turn off
     1987              both, input and output, audio.
    19691988            </para></listitem>
    19701989        </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette