Skip to content

Commit

Permalink
Update AUDIOGUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RowdyVoyeur committed Jun 4, 2024
1 parent db2415f commit 8108b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AUDIOGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ After creating the ports with either `alsa_in` / `alsa_out` or `jack_load`, you'

You can then check the connections using `jack_lsp -c`.

To disconnect ports you can use `jack_disconnect port1 port2`. To remove the created ports (after disconecting them), use `killall alsa_in alsa_out` if you're using `alsa_in` / `alsa_out` or `jack_load portname` if you're using `jack_load`.
To disconnect ports you can use `jack_disconnect portname1 portname2`. To remove the created ports (after disconecting them), use `killall -s SIGINT alsa_in alsa_out` if you're using `alsa_in` / `alsa_out` or `jack_load portname` if you're using `jack_load`.

## Alsamixer Levels and Noise Suppression

Expand Down

0 comments on commit 8108b3b

Please sign in to comment.