Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

oss_digi96(7) [debian man page]

oss_digi96(7)							    OSS Devices 						     oss_digi96(7)

NAME
oss_digi96 - RME Digi96 professional audio driver. DESCRIPTION
Audio driver for the RME Digi96 family of profressional audio controllers. o Only 16 and 24/32 bit audio formats are supported. o All Digi96 family members support 32kHz, 44.1kHz, 48kHz, 64kHz, 88.2kHz and 96kHz. sampling rates. MIXER PANEL
Note! For recording you need to set digi96.sync to INTERNAL and the values of digi96.mode and digi96.input to match your studio setup. Oth- erwise recordings will fail with I/O error. There are several settings that can be changed using the ossmix program shipped with OSS. Note that some features don't work with all Digi96 family members. For example ADAT mode is not supported by the base model. o digi96.mode <SPDIF|AESEBU|ADAT>: This setting controls the output mode which can be S/PDIF (consumer), AES/EBU (professional) or ADAT. The input mode is detected automatically. If ADAT input is detected the output mode will be switched to ADAT automatically (this doesn't work in the other direction). o digi96.sync <EXTERNAL|INTERNAL>: This setting tells if the playback sampling rate is based on the internal oscillator or the sample rate detected in the input port. See also the definition of the digi96.worldclk setting. o digi96.input <OPTICAL|COAXIAL|INTERNAL|XLR>: Selects the active input. o digi96.sel <BYPASS|NORMAL>: When set to BYPASS the input signal will be routed directly to the output (also sets digi96.sync automati- cally to EXTERNAL). In this mode audio data written to /dev/dsp will be muted. o digi96.worldclk ON|OFF: Setting this control to ON will enable the optional worldclock input as the sample rate source (overrides the digi96.sync setting). o digi96.emph ON|OFF: Enables/disables the de-emphasis option on the analog (monitor) output connector. o digi96.data <AUDIO|AC3>: Specifies if the output signal is audio or AC3 data (sets the non-audio bit in the channel status data). OPTIONS
None FILES
/etc/oss4/conf/oss_digi96.conf Device configuration file AUTHOR
4Front Technologies 16 December 2012 oss_digi96(7)

Check Out this Related Man Page

oss_imux(7)							    OSS Devices 						       oss_imux(7)

NAME
oss_imux - Input Muplexer audio driver. DESCRIPTION
IMUX is a virtual recording engine that permits up to 8 audio recording applications to run at the same time. Generally most soundcards permit only a single recording application to record the input source (via mic, line or CD). With IMUX, you can use up to 8 recording applications to record the same source in different sample rates, bits/sample and channels (mono/stereo). IMUX does all the rate and for- mat conversion in software. The applications think that they are actually getting data from the physical device. For instance, if you want to record the input from a CDROM in .wav format at 48Khz/8/Mono and at the same time you want to record the same stream in .mp3 format in 44.1Khz 16 bit stereo, with IMUX, you can start the wave recording application on the first IMUX device and start the MP3 encoder on the second IMUX device and both applications will run simultaneously thinking that they are getting data from the physical soundcard. CONFIGURATION
To add the IMUX driver you first need to ensure that there is a physical soundcard present and then you can run ossdetect -i to add it. You may want to select a master device by setting imux_masterdev, but the autodetection should provide a good default. After OSS restart, imux should be available. USAGE
Connect an input source to the soundcard's line-in jack. Using the Mixer app like ossmix (or any OSS compliant mixer) set the recording source to Line-In (eg ossmix line.rec ON) Now you can start recording the input in multiple formats and at different sample rates. The sim- plest example is: ossrecord -s48000 -b16 -c2 -d/dev/oss/oss_imux0/pcmin0 test1.wav & ossrecord -s8000 -b8 -d/dev/oss/oss_imux0/pcmin0 test2.wav & After a few minutes of recording you can stop them by placing the command in forground mode (type fg %1 or fg %2) and press ^c to stop. You now have two wav format files. test1.wav is a 48KHz 16bit stereo file and test2.wav is a 8Khz 8bit Mono file. You can now playback the files as follows: o ossplay -v test1.wav and it should show you that the file is indeed 48Khz 16bit stereo. o ossplay -v test2.wav - you should see that this file is indeed a 8Khz 8bit mono file. What you have essentially accomplished is recording a single input stream into two different formats at the same time. You can now extend this analogy to record the input in mp3 format and RealAudio format simultaneously. The IMUX control panel can be displayed by typing ossxmix -d<imux mixer number> (for e.g. in the above example, IMUX mixer is #2 so we type ossxmix -d2 There are record level control sliders for each input channel and it will show activity when a recording program is active on a particular channel. OPTIONS
o imux_masterdev: Selects which physical device to use as the Master device for the IMUX driver. Values: -1: automatically selected by OSS, 1-N: Audio device index of the master device (as reported by ossinfo -a), Default: -1. o imux_rate: Specifies what is the base sampling rate used by the imux driver. Values: 5000-96000 Default: 48000 o imux_devices: Specifies number of Input Multiplexer devices to setup. Values: 2-48 Default: 5 FILES
/etc/oss4/conf/oss_imux.conf Device configuration file AUTHOR
4Front Technologies 16 December 2012 oss_imux(7)
Man Page