Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
jack [2015/08/10 23:38] 127.0.0.1 external edit |
jack [2021/06/03 19:48] (current) |
||
|---|---|---|---|
| Line 130: | Line 130: | ||
| Which makes the capture device (sound input) ''card 2'' and the playback device (sound output); the USB microphone and the analogue speakers, respectively. | Which makes the capture device (sound input) ''card 2'' and the playback device (sound output); the USB microphone and the analogue speakers, respectively. | ||
| + | ===== Adding missing devices to JACK ===== | ||
| + | |||
| + | If a device isn't available in JACK, you can add it using the ''alsa_in'' command along with the device designation you get from the ''aplay -l | grep card'' output. | ||
| + | |||
| + | <code> | ||
| + | $ alsa_in -d hw:2 & | ||
| + | </code> | ||
| + | |||
| + | Now the device is available to JACK. | ||
| ===== Routing JACK ===== | ===== Routing JACK ===== | ||
| Line 154: | Line 163: | ||
| <WRAP centeralign> | <WRAP centeralign> | ||
| - | <wrap fa>[[colour|R]]</wrap> <wrap fa>[[start|S]]</wrap> <wrap fa>[[qtractor|Q]]</wrap> | + | <wrap fa>[[colour|R]]</wrap> <wrap fa>[[start|S]]</wrap> <wrap fa>[[sound|Q]]</wrap> |
| </WRAP> | </WRAP> | ||