Enum SoundEffectType

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.dll

    Defines the various types of sound effects that can be applied to audio processing. Each sound effect type serves a specific purpose in enhancing audio quality for different scenarios.

    public enum SoundEffectType

    Fields

    Name Description
    AecSpeex

    Implements Acoustic Echo Cancellation (AEC) using the Speex algorithm, which helps to eliminate echo and improve voice clarity during calls or recordings.

    AecWebrtc

    Utilizes the WebRTC algorithm for Acoustic Echo Cancellation (AEC), effectively reducing echo and enhancing the quality of audio communications.

    AutoGainControl

    Implements Auto Gain Control (AGC) to automatically adjust the audio levels during normal audio capturing, ensuring consistent volume regardless of input variations.

    NoiseSuppression

    Applies noise suppression specifically designed for voice calls, reducing background noise to enhance the clarity of the speaker's voice.

    NsWithAgc

    Combines both Noise Suppression and Auto Gain Control, providing a comprehensive solution for clear and balanced audio during calls or recordings.

    ReferenceCopy

    Captures and includes the output sound from a reference audio device in the recorded audio, allowing for enhanced audio mixing and playback. j This effect is particularly useful when used with ReferenceDevice.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX