readme.aconnect

来自「ALSA驱动的一些调试测试工具」· ACONNECT 代码 · 共 47 行

ACONNECT
47
字号
================================================================	aconnect - control subscriptions		ver.0.1.3	Copyright (C) 1999-2000 Takashi Iwai================================================================aconnect is a utility to control subscriptions of two ports as thethird "manager" client.For example, the following connects two ports, from 64:0 to 65:0.	% aconnect 64:0 65:0To disconnect the existing subscription, use -d option.	% aconnect -d 64:0 65:0To see which port is available as input port, run the followingcommand:	% aconnect -i	client 0: 'System' [type=kernel]	    0 'Timer           '	    1 'Announce        '	client 64: '0: MIDI Synth' [type=kernel]	    0 'card 0: synth-midi: 0'Similary, to see the output ports, use -o flag.	% aconnect -o	client 64: '0: MIDI Synth' [type=kernel]	    0 'card 0: synth-midi: 0'	client 65: 'AWE Wave Table Synth : 0' [type=kernel]	    0 'Emu8000 port 0  '	    1 'Emu8000 port 1  '	    2 'Emu8000 port 2  '	    3 'Emu8000 port 3  'The option -l together with -i or -o shows subscribers for each port.Ports are connected exclusively when the option -e is specified.For modifying time-stamp with a queue, use -r or -t option followed bya queue index which updates the time-stamp.  Former uses real-time queue,while the latter uses tick queue.  The queue must be used (not necessarilyowned) by the receiver client.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?