Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

snd(1) [debian man page]

SND(1)							      General Commands Manual							    SND(1)

NAME
snd - a sound editor SYNOPSIS
snd [-l FILE] [-p DIR] [-v] [-h] [-notebook] [-separate] [-noglob] [-noinit] [--help] [--version] DESCRIPTION
Snd is a sound editor. Snd is free software. It's available as source, prebuilt images, and rpm packages at http://ccrma.stanford.edu/ and ftp://ccrma-ftp.stan- ford.edu/pub/Lisp/. The 'official' version is at http://sourceforge.net/projects/snd/. USAGE
snd oboe.snd loads oboe.snd into Snd. OPTIONS
-l file Load extension language code in file. -p dir Preload sound files found in directory dir. -noglob Don't load any global configuration files. -noinit Don't load any initialization files (~/.snd et al). -nogtkrc Don't look for any gtkrc stuff. --help Give some help. --version Describe current Snd. FILES
~/.snd a file that can contain local customization code. AUTHORS
Bill Schottstaedt <bil@ccrma.stanford.edu> Michael Scholz Kjetil Matheussen with many generous far-flung helpers. 4.13 April 2001 SND(1)

Check Out this Related Man Page

SND_ES137X(4)						   BSD Kernel Interfaces Manual 					     SND_ES137X(4)

NAME
snd_es137x -- Ensoniq AudioPCI ES137x bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_es137x Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_es137x_load="YES" DESCRIPTION
The snd_es137x bridge driver allows the generic audio driver sound(4) to attach to the Ensoniq 137x audio cards. Runtime Configuration The following sysctl(8) variables are available in addition to those available to all sound(4) devices: hw.snd.pcm%d.latency_timer Controls the PCI latency timer setting. Increasing this value will solve most popping and crackling issues (especially on VIA motherboards). hw.snd.pcm%d.spdif_enabled Enables S/PDIF output on the primary playback channel. This sysctl(8) variable is available only if the device is known to support S/PDIF output. dev.pcm.%d.polling Experimental polling mode, where the driver operates by querying the device state on each tick using callout(9). Polling is disabled by default. Do not enable it unless you are facing weird interrupt prob- lems or if the device cannot generate interrupts at all. HARDWARE
The snd_es137x driver supports the following sound cards: o Creative CT5880-A o Creative CT5880-C o Creative CT5880-D o Creative CT5880-E o Creative SB AudioPCI CT4730 o Ensoniq AudioPCI ES1370 o Ensoniq AudioPCI ES1371-A o Ensoniq AudioPCI ES1371-B o Ensoniq AudioPCI ES1373-A o Ensoniq AudioPCI ES1373-B o Ensoniq AudioPCI ES1373-8 SEE ALSO
sound(4) HISTORY
The snd_es137x device driver first appeared in FreeBSD 4.0. AUTHORS
Russell Cattelan <cattelan@thebarn.com> Cameron Grant <cg@FreeBSD.org> Joachim Kuebart Jonathan Noack <noackjr@alumni.rice.edu> BSD
November 29, 2006 BSD
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

set -o noglob in a function

I don't understand noglob. I have a function: function no_globb () { set -o noglob echo "$1" set +o noglob echo "$@" } When I run the function like this noglobb *.txt The ouput is: file01.txt file01.txt file02.txt file03.txt Shouldn't it be *.txt file01.txt file02.txt file03.txt (1 Reply)
Discussion started by: AlphaLexman
1 Replies

2. UNIX for Dummies Questions & Answers

Concatenating

Hi, I have file called "3rdparty.dat" I want to concatenate current YYYYMMDD to it. Snd result should be like 3rdParty20111110.dat. How can i do this? Thanks in advance. (3 Replies)
Discussion started by: raj.shah.0609
3 Replies

3. UNIX for Dummies Questions & Answers

HELP, Need to capitalize all files in dir without capitalizing extensions

Hello everyone, I may sound stupid for asking this but I have files that need to be loaded onto every system at work. When loaded the files are for example.... 5peasw.sim the end result needs to be 5PEASW.sim this is for over 50 files in the directory they go to. I am trying to... (5 Replies)
Discussion started by: E404UserNotFoun
5 Replies