@@ -22,16 +22,24 @@ However, testing is very much welcomed!*
2222
2323The project requires the following dependencies:
2424
25- * [ alsa-lib] ( https://www.alsa-project.org/wiki/Main_Page ) (optional buildtime/
26- runtime dependency for ` alsa_in ` and ` alsa_out ` )
27- * [ jack1] ( https://github.com/jackaudio/jack1 ) or [ jack2] ( https://github.com/jackaudio/jack2 )
25+ * [ alsa-lib] ( https://www.alsa-project.org/wiki/Main_Page ) (required when
26+ building ` alsa_in ` and ` alsa_out ` or ZALSA internal clients)
27+ * [ jack1] ( https://github.com/jackaudio/jack1 ) or
28+ [ jack2] ( https://github.com/jackaudio/jack2 )
2829* [ opus] ( https://www.opus-codec.org/ ) (optional buildtime/ runtime dependency
2930 for ` jack_netsource ` )
30- * [ readline] ( https://tiswww.case.edu/php/chet/readline/rltop.html )
31- * [ libsamplerate] ( https://libsndfile.github.io/libsamplerate/ )
32- * [ libsndfile] ( https://libsndfile.github.io/libsndfile/ )
33- * [ libzita-alsa-pcmi] ( https://kokkinizita.linuxaudio.org/linuxaudio/ )
34- * [ libzita-resampler] ( https://kokkinizita.linuxaudio.org/linuxaudio/ )
31+ * [ readline] ( https://tiswww.case.edu/php/chet/readline/rltop.html ) (optional
32+ buildtime/ runtime dependency for ` jack_transport ` )
33+ * [ libsamplerate] ( https://libsndfile.github.io/libsamplerate/ ) (required when
34+ building ` alsa_in ` and ` alsa_out ` or ` jack_netsource ` )
35+ * [ libsndfile] ( https://libsndfile.github.io/libsndfile/ ) (required when
36+ building ` jack_rec ` )
37+ * [ libzita-alsa-pcmi] ( https://kokkinizita.linuxaudio.org/linuxaudio/ ) (required
38+ when building ZALSA internal clients)
39+ * [ libzita-resampler] ( https://kokkinizita.linuxaudio.org/linuxaudio/ ) (required
40+ when building ZALSA internal clients)
41+
42+ For all available options please refer to [ meson_options.txt] ( meson_options.txt ) .
3543
3644## Building
3745
0 commit comments