Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libasound2-plugins /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
README-arcam-av
1012
B
-rw-r--r--
README-jack
1.3
KB
-rw-r--r--
README-maemo.gz
2.63
KB
-rw-r--r--
README-pcm-oss
1.02
KB
-rw-r--r--
README-pulse
1.9
KB
-rw-r--r--
a52.txt
1.73
KB
-rw-r--r--
changelog.Debian.gz
5.83
KB
-rw-r--r--
copyright
1.49
KB
-rw-r--r--
lavrate.txt
1.01
KB
-rw-r--r--
samplerate.txt
933
B
-rw-r--r--
speexdsp.txt
1.27
KB
-rw-r--r--
speexrate.txt
958
B
-rw-r--r--
upmix.txt
1.21
KB
-rw-r--r--
vdownmix.txt
560
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : a52.txt
A52 OUTPUT PLUGIN ================= This plugin converts S16 linear format to A52 compressed stream and send to an SPDIF output. It requires libavcodec for encoding the audio stream. A PCM using this plugin can be defined like below: pcm.myout { type a52 } In addition, the following options are available: - The "card" option specifies the card ID or number of the SPDIF. The output PCM becomes "iec958:{CARD=$CARD}" with extra AESx settings. When omitted, the default card is used. - The "slavepcm" option specifies a string of the slave PCM explicitly. This is useful if a device has no proper SPDIF configuration (e.g. usb-audio), or if you want to pass your own PCM definition. This option is exclusive with "card" option. - The "rate" option specifies the input/output sample rate in HZ. The accepted rate is either 44100 or 48000. When omitted, 48000 is used. - The "channels" option specifies the number of _input_ channels. It must be either 2, 4 or 6. The default value is 6. - The "bitrate" option specifies the bit-rate of the compressed stream in kbps. Too small or too big value may not be accepted by the encoder. When omitted, 448 is used. - The "format" option specifies the output format type. It's either S16_LE or S16_BE. As default, S16_LE is used. An example using the secondary card, 44.1kHz, 4 channels, output bitrate 256kbps and output format S16_BE looks like below: pcm.myout { type a52 card 1 rate 44100 channels 4 bitrate 256 format S16_BE } For using slavepcm option, pcm.mypcm { card 1 device 2 } pcm.myout { type a52 slavepcm "mypcm" } The plugin reads always S16 format (i.e. native-endian) as input, so you'd need plug layer appropriately to covert it.
Close