Skip to content

Commit 7cc05e3

Browse files
committed
add faq page about JACK in general and link it
1 parent 8b4c9a6 commit 7cc05e3

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

faq/about.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: page
3+
title: "About Jack"
4+
---
5+
6+
JACK (JACK Audio Connection Kit) refers to an [API](/api) and two
7+
implementations of this API, jack1 and jack2.

faq/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ menu_item: true
66

77
# JACK FAQ
88

9+
* [What is JACK?](about.html)
910
* [What is the difference between JACK1 and JACK2?](https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2)
1011
* [What audio devices are supported by JACK?](device_support.html)
1112
* [How do I refer to a soundcard
1213
so that the name always works?](device_naming.html)
13-
* How do I stop JACK from creating pops, clicks and other artifacts?
14-
* What are the best settings to use?
15-
* What are the best settings to use for a USB1 audio device?
14+
* How do I stop JACK from creating pops, clicks and other artifacts?
15+
* What are the best settings to use?
16+
* What are the best settings to use for a USB1 audio device?
1617
* [How can I use multiple soundcards with JACK?](multiple_devices.html)
1718
* [How do I use JACK over a network?](netjack.html)
1819
* [Do I need a realtime kernel
@@ -21,18 +22,18 @@ menu_item: true
2122
to allow realtime scheduling?](linux_rt_config.html)
2223
* [How does using Linux with RT_GROUP_SCHED enabled
2324
affect JACK?](linux_group_sched.html)
24-
* How can I save/restore JACK connections?
25+
* How can I save/restore JACK connections?
2526
* [How can I setup persistent connections?](persistent_connections.html)
2627
* [How can I use PulseAudio and JACK
2728
on the same machine?](pulseaudio_and_jack.html)
28-
* How can I play audio from .... via JACK?
29+
* How can I play audio from .... via JACK?
2930
* [Flash](routing_flash.html)
3031
* [GStreamer applications](gstreamer_via_jack.html)
31-
(e.g. Totem, Rhythmbox & many more)
32+
(e.g. Totem, Rhythmbox & many more)
3233
* [Phonon applications](routing_phonon.html)
3334
* [xmms/audacious](routing_audacious.html)
3435
* [applications using ALSA directly](routing_alsa.html)
35-
* How do I connect my ALSA sequencer applications to JACK MIDI?
36+
* How do I connect my ALSA sequencer applications to JACK MIDI?
3637
* [How does JACK compare to ... ?](comparing_jack.html)
3738
* [Does using JACK add latency?](no_extra_latency.html)
3839
* [How do I build and install JACK?](build_info.html)

0 commit comments

Comments
 (0)