[mythtv] bttv volume in Nuppel

Russ W. Knize rknize at yahoo.com
Wed Sep 10 23:14:34 EDT 2003


Hello,

I have been an on-and-off user since 0.7.  I've come back again with
0.11, as it seems to be working quite well now.

I still have one issue that always requires a bit of hacking. 
Specifically, my TV card (STB TV PCI FM) sounds absolutely horrible,
regardless what I do with my sound card mixer.  The problem is the TV
card itself.  The NuppelVideoRecorder code sets the TV card to full
volume if it is not already set to a sane value (or at least that's what
it tries to do).  At full volume, my TV card clips horribly.  I need to
set it to about 5/8 of full volume.

Is there a better way to do this?  Any hope of adding a mysql setting
for this?

Thanks,
Russ



--- NuppelVideoRecorder.cpp     Wed Sep 10 22:02:31 2003
+++ NuppelVideoRecorder.cpp.orig        Wed Sep 10 22:03:53 2003
@@ -803,8 +803,7 @@
         return;
     }

-    /* rwk - reduce volume level to avoid clipping */
-    int volume = 40960;
+    int volume = -1;

     int channelinput = 0;




More information about the mythtv-dev mailing list