aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipewire-ic-ipc.conf
blob: d2c1f188b704cc0d7f3721e55cd110ff011d2bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
context.properties = {
    support.dbus = false
    core.daemon = false
    #log.level = 2
    application.name = pipewire-ic-ipc
}

context.spa-libs = {
    support.*       = support/libspa-support
}

context.modules = [
    # The Instrument Cluster IPC server
    {   name = libpipewire-module-protocol-ic-ipc
        args = {
            #icipc.name = icipc-0
            #remote.name = pipewire-0
        }
    }

    # The native communication protocol.
    {   name = libpipewire-module-protocol-native }

    # Allows applications to create metadata objects. It creates
    # a factory for Metadata objects.
    {   name = libpipewire-module-metadata }
]