• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

backends/H03-May-2022-22,24916,165

build-aux/H03-Aug-2021-17,00012,748

data/H03-May-2022-574499

docs/H03-May-2022-2,5662,158

examples/H03-May-2022-1,200984

libmatemixer/H03-May-2022-9,7315,958

m4/H03-Aug-2021-11,62610,621

po/H03-May-2022-61,72247,542

ABOUT-NLSH A D03-Aug-202191.8 KiB1,3801,341

AUTHORSH A D03-Aug-202144 21

COPYINGH A D03-Aug-202125.9 KiB511422

ChangeLogH A D03-Aug-202141.1 KiB935779

Makefile.amH A D03-Aug-20211.2 KiB4535

Makefile.inH A D03-May-202228.5 KiB930824

NEWSH A D03-Aug-20212.2 KiB9563

READMEH A D03-Aug-20211.1 KiB3523

aclocal.m4H A D03-Aug-202162.2 KiB1,7461,571

autogen.shH A D03-Aug-2021536 2617

config.h.inH A D03-Aug-20213.3 KiB12987

configureH A D03-May-2022565 KiB18,94215,915

configure.acH A D03-Aug-20219.5 KiB302248

gtk-doc.makeH A D03-Aug-202110.6 KiB323276

README

1libmatemixer
2============
3
4libmatemixer is a mixer library for MATE desktop.
5
6It provides an abstract API allowing access to mixer functionality available
7in the PulseAudio, ALSA and OSS sound systems.
8
9Documentation for the API is provided with gtk-doc.
10
11Installation and packaging
12==========================
13
14The library includes dynamically loaded modules which provide access to each
15of the supported sound systems.
16
17By default configure auto-detects whether support for PulseAudio and ALSA
18is available in the system. Make sure to install the appropriate development
19packages to allow the modules to be built.
20
21Building the OSS module is only advised on non-Linux systems as OSS support
22in Linux is only provided as an ALSA emulation layer. To build the OSS module,
23you will need to pass --enable-oss=yes to configure.
24
25As the modules are loaded dynamically each time an application utilizes the
26library, it is possible to provide the modules in separate distribution
27packages.
28
29How to report bugs
30==================
31
32Bugs should be reported to the MATE bug tracking system on GitHub:
33
34   https://github.com/mate-desktop/libmatemixer/issues/
35