annotate TOOLS/TVout/cloning @ 15082:71570687c1a3
HRTF filter updates:
- Bass compensation gain corrected (which was set too low), now the
sound should be even more transparent
- A (unified) dual axes active matrix decoder with adaptive steering
- capable of decoding matrix surround encoded inputs, with stereo rear
- capable of decoding matrix encoded rear center
- Purely stereo mixing without unneccessary rear filter calculations
- The decoding structure message is moved, because at the old place it
gave incorrect messages.
Patch by Yue Shi Lai <ylai@users.sourceforge.net>
author |
henry |
date |
Sun, 10 Apr 2005 08:47:16 +0000 |
parents |
b205f8ca892a |
children |
|
rev |
line source |
1
|
1
|
|
2 # SETUP TVout
|
|
3 # Same picture on TV & Monitor
|
|
4
|
|
5 # CRTC1 -> TVout & Monitor
|
|
6 matroxset/matroxset -f /dev/fb1 -m 0
|
|
7 matroxset/matroxset -f /dev/fb0 -m 3
|
|
8
|
|
9 # Enable TV
|
|
10 matroxset/matroxset 1
|
|
11
|
|
12 # Keep consoles on CRTC1
|
|
13 con2fb/con2fb /dev/fb0 /dev/tty1
|
|
14 con2fb/con2fb /dev/fb0 /dev/tty2
|