Welcome!

. . . . . . . Audio / Video Tools

Welcome to the Skunkware 7 Audio / Video Tools section. Here you will find sound card drivers, MPEG players and encoders, midi players, audio CD players and mixers, and other tools used for developing and enjoying multimedia presentations.

SCO Skunkware 97 included a SoundBlaster compatible driver for SCO OpenServer and SCO UnixWare 2.x. UnixWare 7 contains this audio driver in the standard distribution. Drivers for additional sound cards can be obtained from 4Front Technologies. In addition, 4Front maintains a pretty good set of links to free audio software at http://www.4front-tech.com/ossapps.html.

Package List

Name Description Version OSR5 UnixWare
maplay MPEG audio player 1.2 Yes Yes
mpg123 MPEG audio layer 3 player 0.59k Yes Yes
snd Snd sound editor 23sep98 Yes Yes
timidity Midi player 0.2i Yes Yes
xmcd Audio CD player 2.1 Yes Yes
Xmixer Vtcl audio mixer 1.0 Yes Yes
xmmix Motif audio mixer 1.2 Yes Yes
xwave WAV audio player/editor 0.6 Yes Yes


maplay - MPEG audio player

maplay version 1.2 is the second release of my MPEG audio player/decoder. It decodes layer I and layer II MPEG audio streams and plays them using a CD-quality audio device. Currently supported devices are the dbri device of SPARC 10 computers and the audio ports of Silicon Graphics Indigo machines. Thanks to Louis P. Kruger (lpkruger@phoenix. Princeton.EDU), maplay 1.2 can also use the /dev/dsp device under Linux. Louis has tested it with the Pro Audio Spectrum 16 soundcard. Sound Blaster 16 and Gravis Ultrasound cards should also work, but a bug in the dsp driver prevents stereo playback on Gravis Ultrasound cards. An amd device of a SPARC 2/IPX/... machine can be used, too, but this device is only capable of producing audio output at 8 kHz in u-law format, which sounds like transmitted through a telephone. Other audio device are not supported directly, but can be used with the "decode to stdout" option and an audio format converter. Besides it shouldn't be a problem to adapt the program to other audio devices.

The player supports all modes, which are single channel, stereo, joint stereo and dual channel, and all bitrates except free mode. The missing free mode support should not be a problem for now, because I haven't seen such a stream yet.

maplay needs approximately 46% CPU time on SPARC 10/40 machines and 50% on Indigos for realtime stereo playback of a 44.1 kHz 128 kbit/s stream. Single channel playback needs about the half CPU time. On a SPARCstation IPX, maplay needs about 43% CPU time for realtime mono playback. Stereo playback is not possible via an amd device.

Besides realtime playing of audio streams, maplay can decode streams to stdout for further conversions. The output consists of 16 bit signed PCM values. For stereo streams, the values are interleaved, which means that a value for the left channel is followed by a value for the right channel and so on. If maplay has been compiled for u-law output, the output consists of 8 bit u-law samples at a rate of 8 kHz, no matter what frequency the stream uses.

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/maplay/

Original source code ftp://ftp.cs.tu-berlin.de/pub/multimedia/maplay1.2

 

mpg123 - MPEG audio player

mpg123 reads one or more files (or standard input if ``-'' is specified) or URLs and plays them on the audio device (default) or outputs them to stdout. File/URL is assumed to be an MPEG-1/2 audio bit stream.

In addition to reading MPEG audio streams from ordinary files and from the standard input, mpg123 supports retrieval of MPEG audio files via the HTTP protocol, which is used in the World Wide Web (WWW). Such files are specified using a so-called URL (universal resource location), which starts with ``http://''. When a file with that prefix is encountered. mpg123 attempts to open an HTTP connection to the server in order to retrieve that file to decode and play it. It is often useful to retrieve files through a WWW cache or so-called proxy. To accomplish this, mpg123 examines the environment for variables named MP3_HTTP_PROXY, http_proxy and HTTP_PROXY, in this order. The value of the first one that is set will be used as proxy specification. To override this, you can use the -p command line option (see the ``OPTIONS'' section). Specifying -p none will enforce contacting the server directly without using any proxy, even if one of the above environment variables is set. Note that, in order to play MPEG audio files from a WWW server, it is necessary that the connection to that server is fast enough. For example, a 128 kbit/s MPEG file requires the network connection to be at least 128 kbit/s (16 kbyte/s) plus protocol overhead. If you suffer from short network outages, you should try the -b option (buffer) to bypass such outages. If your network connection is generally not fast enough to retrieve MPEG audio files in realtime, you can first download the files to your local harddisk (e.g. using lynx(1)) and then play them from there.

MPEG audio decoding requires a good deal of CPU performance, especially layer-3. To decode it in realtime, you should have at least a Pentium, Alpha, SuperSparc or equivalent processor. You can also use the -singlemix option to decode mono only, which reduces the CPU load somewhat for layer-3 streams. See also the -2 and -4 options. If everything else fails, use the -s option to decode to standard output, direct it into a file and then use an appropriate utility to play that file. You might have to use a tool such as sox(1) to convert the output to an audio format suitable for your audio player. Also note that mpg123 always generates 16 bit stereo data (if one of the -single* options is used, two identical stereo channels are generated). If your hardware requires some other format, for example 8 bit mono, you also have to use a converter such as sox(1). If your system is generally fast enough to decode in realtime, but there are sometimes periods of heavy system load (such as cronjobs, users logging in remotely, starting of ``big'' programs etc.) causing the audio output to be interrupted, then you should use the -b option to use a buffer of at least 1000 Kbytes.

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/mpg123/

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/mpg123/

Package Home page http://mpg.123.org/

 

Snd - sound editor

Snd is a freeware sound editor modelled loosely after Emacs and an old, sorely-missed PDP-10 sound editor named Dpysnd. It is an X/Motif application written by Bill Schottstaedt (bil@ccrma.stanford.edu).

It can accomodate any number of sounds at once, each with any number of channels. Each channel is normally displayed in its own window, with its own cursor, edit history, and marks; each sound has a 'control panel' to try out various changes quickly, and an expression parser, used mainly during searches; there is an overall stack of 'regions' that can be browsed and edited; channels and sounds can be grouped together during editing; edits can be undone and redone without restriction ('unlimited undo')

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/snd/

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/snd/

Package Home page http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html

 

TiMidity - MIDI to WAVE converter and player

TiMidity is a MIDI to WAVE converter using Gravis Ultrasound-compatible patch files to generate digital audio data from General MIDI files. The data can be stored in a file for processing, or played in real time through an audio device.

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/timidity/

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/

Original source code http://www.cgs.fi/~tt/timidity/distribution.html

Package Home page http://www.cgs.fi/~tt/timidity/

 

Motif CD Audio Player

Xmcd is CD Player utility package including xmcd, a CD Player for the X window system using the Motif graphical user interface and cda, a command-line driven, text mode CD Player which also features a curses-based, screen-oriented mode. Both utilities transform your CD-ROM or CD-R drive into a stereo CD player, allowing you to play music CDs on your computer.

These CD player utilities are designed to be attractive, feature-rich yet intuitive to use, and takes advantage of many CD-ROM drive capabilities that are not accessible via other players. Moreover, a CD database feature is supported, maintaining the disc artist/title, track titles, and arbitrary text (such as band information and song lyrics).

Xmcd and cda have emerged as the most ported CD player package, supporting a substantial list of UNIX operating system variants (as well as a non-UNIX OS) and hardware platforms. Moreover, these utilities also support a vast spectrum of CD-ROM and CD-R drives, including many older SCSI-1 units.

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/xmcd

Original source code ftp://ftp.netcom.com/pub/tk/tkan/xmcd-2.1/src

Package Home page http://sunsite.unc.edu/~cddb/xmcd/welcome.html

 

Vtcl mixer front-end

Xmixer is a Visual TCL (vtcl) script written by John Gray (johng@sco.com) which acts as a graphical front-end to the mixer program thus providing an easy-to-use and simple way to control the mixing of your sound card.

/usr/local/bin/Xmixer  [ linear ] [ gang ] [ notitle ] [ help ]
   linear  slider control, default is log
   gang    slider control, default is separate
   notitle No L/R labels on sliders, default is labels
   help    This message,   default is no message

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/

Original source code ftp://ftp.sco.com/skunkware/src/audio/

 

Motif Audio Mixer

Xmmix is an audio mixer utility for the X window system using the Motif graphical user interface. It operates the input and output mixer section on many PC sound cards.

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio

OpenServer Distribution http://www.sco.com/skunkware/osr5/audio/xmmix/

Original source code ftp://ftp.x.org/contrib/applications/xmmix/

Package Home page http://sunsite.unc.edu/~cddb/xmmix/

 

audio editor, player, recorder

Xwave supports editing of large files, cut,copy,paste,merge, some effects (echo,reverse,swap channels,resample,volume), supports RIFF,AIFF,AIFC,AU SCO, Linux,SGI,SUN,FreeBSD

UnixWare Distribution http://www.sco.com/skunkware/uw7/audio/

Original source code ftp://sunsite.unc.edu/pub/Linux/apps/sound/editors/

Package Home page http://sunsite.unc.edu/pub/Linux/apps/sound/editors/

 


Last Updated: Friday Mar 19, 1999 at 13:22:59 PST


  © Copyright 1997 The Santa Cruz Operation, Inc. All rights reserved.