summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-02-11 16:53:51 +0100
committerJohns <johns98@gmx.net>2013-02-11 16:53:51 +0100
commit2cd667fb4435e5373b8ba2b6bb93144248aae231 (patch)
tree8340dd09055615bbba1a02d07c42620c7d9d15ae /README.txt
parent145d65ff015a4f0aba470d73e7f113b9c46d189a (diff)
downloadvdr-plugin-softhddevice-2cd667fb4435e5373b8ba2b6bb93144248aae231.tar.gz
vdr-plugin-softhddevice-2cd667fb4435e5373b8ba2b6bb93144248aae231.tar.bz2
Improved pass-through (PCM+EAC3) support.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index ac9562b..7b3f5fc 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
@file README.txt @brief A software HD output device for VDR
-Copyright (c) 2011, 2012 by Johns. All Rights Reserved.
+Copyright (c) 2011 - 2013 by Johns. All Rights Reserved.
Contributor(s):
@@ -89,8 +89,8 @@ Setup: environment
only if alsa is configured
ALSA_DEVICE=default
alsa PCM device name
- ALSA_AC3_DEVICE=
- alsa AC3/pass-though device name
+ ALSA_PASSTHROUGH_DEVICE=
+ alsa pass-though (AC3,EAC3,DTS,...) device name
ALSA_MIXER=default
alsa control device name
ALSA_MIXER_CHANNEL=PCM
@@ -99,8 +99,8 @@ Setup: environment
only if oss is configured
OSS_AUDIODEV=/dev/dsp
oss dsp device name
- OSS_AC3_AUDIODEV=
- oss AC3/pass-though device name
+ OSS_PASSTHROUGHDEV=
+ oss pass-though (AC3,EAC3,DTS,...) device name
OSS_MIXERDEV=/dev/mixer
oss mixer device name
OSS_MIXER_CHANNEL=pcm
@@ -156,13 +156,16 @@ Setup: /etc/vdr/setup.conf
delay audio or delay video
softhddevice.AudioPassthrough = 0
- 0 = none, 1 = AC-3
+ 0 = none, 1 = PCM, 2 = MPA, 4 = AC-3, 8 = EAC-3
- for AC-3 the pass-through device is used.
+ for PCM/AC-3/EAC-3 the pass-through device is used and the audio
+ stream is passed undecoded to the output device.
+ z.b. 12 = AC-3+EAC-3, 13 = PCM+AC-3+EAC-3
+ note: MPA/DTS/TrueHD/... aren't supported yet
softhddevice.AudioDownmix = 0
0 = none, 1 = downmix
- Use ffmpeg/libav downmix AC-3 to stereo.
+ Use ffmpeg/libav downmix of AC-3/EAC-3 audio to stereo.
softhddevice.AudioSoftvol = 0
0 = off, use hardware volume control