VirtualBox

Changeset 89811 in vbox


Ignore:
Timestamp:
Jun 21, 2021 9:14:26 AM (4 years ago)
Author:
vboxsync
Message:

AudioMixBuffer.cpp: doxygen fixes. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp

    r89801 r89811  
    1818/** @page pg_audio_mixing_buffers   Audio Mixer Buffer
    1919 *
    20  * @section pg_audio_mixing_buffers_volume     Soft Volume Control
     20 * @section sec_audio_mixing_buffers_volume     Soft Volume Control
    2121 *
    2222 * The external code supplies an 8-bit volume (attenuation) value in the
     
    101101
    102102/** Bit shift for fixed point conversion.
    103  * @sa @ref sec_audio_mix_buffer_volume */
     103 * @sa @ref sec_audio_mixing_buffers_volume */
    104104#define AUDIOMIXBUF_VOL_SHIFT       30
    105105
    106106/** Internal representation of 0dB volume (1.0 in fixed point).
    107  * @sa @ref sec_audio_mix_buffer_volume */
     107 * @sa @ref sec_audio_mixing_buffers_volume */
    108108#define AUDIOMIXBUF_VOL_0DB         (1 << AUDIOMIXBUF_VOL_SHIFT)
    109109AssertCompile(AUDIOMIXBUF_VOL_0DB <= 0x40000000);   /* Must always hold. */
     
    115115*********************************************************************************************************************************/
    116116/** Logarithmic/exponential volume conversion table.
    117  * @sa @ref sec_audio_mix_buffer_volume
     117 * @sa @ref sec_audio_mixing_buffers_volume
    118118 */
    119119static uint32_t const s_aVolumeConv[256] =
Note: See TracChangeset for help on using the changeset viewer.

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