aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
blob: a3eaedc6aa07b6cd5b1766f99a309d42dc488227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

do_compile:append:mel () {
    # Work around a toolchain issue with the default resampler (speex-float-N)
    # by using speex-fixed-N. JIRA: SB-1495
    set_cfg_value src/daemon/daemon.conf resample-method speex-fixed-3
}

RDEPENDS:pulseaudio-server:append:mel = "\
    pulseaudio-module-switch-on-port-available \
    pulseaudio-module-cli \
    pulseaudio-module-dbus-protocol \
    pulseaudio-module-echo-cancel \
"