Loading sub-menu...

Download

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History

* track
**Values common to all devices:
*** name: Name assigned to the device.
*** device: Tipo de dispositivo. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)
*** flavor: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)
*** location: Device's mount point in the system (p.ej. /dev/video0).
**** For PulseAudio devices run:
{code}
pactl -list | grep "Source" -A 5
{code}
and use "Name:" as the "location" field.
*** file: The file name where the track will be recorded.
*** active: Whether the device will be played and recorded. (True\|False)
**Values in audio (pulse) devices:
*** playing: Indicates if the audio, apart from being recorded, is played. (True\|False)
*** vumeter: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.
*** amplification: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.

Values in audio (pulse) devices:
** playing: Indicates if the audio, apart from being recorded, is played. (True\|False)
** vumeter: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.
** amplification: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.

Example:
{code}