Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] Audio: Volume: Skip stream start fade as defined in Kconfig #8227

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/audio/module_adapter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,26 @@ endif # Cadence

if COMP_VOLUME

config COMP_VOLUME_PLAYBACK_START_FADE
bool "Start playback with fade-in"
default n
help
This option is needed to help reduce audible pops on
some codecs but depending on requested ramp type it
can increase peak MCPS by up to 3.5 per channel. Pops
playback direction are rare, so this should be usually
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typoe: "Pops in playback direction"

disabled.


config COMP_VOLUME_CAPTURE_START_FADE
bool "Start capture with fade-in"
default y
help
This option is needed to help reduce audible pops on
some codecs but depending on requested ramp type it
can increase peak MCPS by up to 3.5 per channel. It is
recommended to enable this.

config COMP_VOLUME_WINDOWS_FADE
bool "Windows Fade shape volume transitions support"
help
Expand Down