cdqp / aylp_alsa

Anyloop plugin for sound card output via ALSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyloop plugin for sound card output via ALSA

libaylp dependency

Symlink or copy the libaylp directory from anyloop to libaylp. For example:

ln -s $HOME/git/anyloop/libaylp libaylp

alsa dependency

Install alsa-lib (Archlinux), libasound2 and libasound2-dev (Raspbian), or whatever else the package is called.

Building

Use meson:

meson setup build
meson compile -C build

About

Anyloop plugin for sound card output via ALSA

License:MIT License


Languages

Language:C 98.3%Language:Meson 1.7%