PLC Drives and Automation Forums PLC Drives and Automation Forums  
PLC Drives and Automation Forums  

Go Back   PLC Drives and Automation Forums > Old PLCDrives.com > Archived

Archived This is an import of the old PLC and Drives forum which ran from 2004 to 2006 and was basically a gateway for reading and posting to usenet.

Welcome to the PLC and Drives forum
You are currently viewing our site as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, photos and this advert will disappear. Registration is fast, simple and absolutely free so please, join our community today!



Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-09-2005, 11:27 PM
Adam Stouffer
Guest
 
Posts: n/a
Default Automatic Volume Limiter

Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.


Adam
Reply With Quote
  #2 (permalink)  
Old 12-10-2005, 05:24 AM
Dave Moore
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

I built an AVC for my brother for the same purpose
Used a NE571 IC since I had a few on hand.
Dunno if it's even still available

I even went the full 9 yards and designed in
an IR receiver so he could switch it in or out
without distrupting any couch potato status.

There are apparently some turn-key devices
available;
http://www.google.com/search?hl=en&q...=Google+Search



"Adam Stouffer" <adam_stouffer@hotmail.com> wrote in message news:Bxnmf.41$pF.10@trndny08...
: Anyone have a schematic for something to limit the volume from line
: level sources? I hate watching a tv show or movie and then getting
: blasted by a commercial at twice the volume.
:
:
: Adam
Reply With Quote
  #3 (permalink)  
Old 12-10-2005, 09:17 AM
Joe G (Home)
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

in Australia i think there is a limit on loudness... however they get
around this law using a compressor,

So the aduio is compressed up to the limit.

JG
"Adam Stouffer" <adam_stouffer@hotmail.com> wrote in message
news:Bxnmf.41$pF.10@trndny08...
Quote:
Anyone have a schematic for something to limit the volume from line level
sources? I hate watching a tv show or movie and then getting blasted by a
commercial at twice the volume.


Adam
Reply With Quote
  #4 (permalink)  
Old 12-10-2005, 06:11 PM
Rich Grise
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

On Fri, 09 Dec 2005 22:27:45 +0000, Adam Stouffer wrote:

Quote:
Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.
What I'd like to find is something in the VBI stream that identifies
"Commercial", to make the VCR "pause" and skip the bloody things.

Then again, the advertisers do keep TV free, "the way God intended it
to be."[1] ;-)

Cheers!
Rich

[1] Dave Letterman
Reply With Quote
  #5 (permalink)  
Old 12-10-2005, 07:36 PM
John S. Dyson
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

In article <Bxnmf.41$pF.10@trndny08>,
Adam Stouffer <adam_stouffer@hotmail.com> writes:
Quote:
Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.

There are some schematics on the www.thatcorp.com website. They
use proprietary devices, but are arguably one of the best ways to do the
job.

Another good way (something that a hardware hacker could make work)
would be to use a photoresistive device along with a LED (various
companies used to make those.) The response time of the photoresistive
cell is slower, but that can actually be advantageous WRT the effects
on perception. (A similar effect can be done by using the RMS detector
and VGA scheme, but the idea of attack/release time constants should
be generalized so as to get the best audible effects.)

If you are interested only in mono, you could use a JFET in a voltage
variable resistor mode. Matching problems would make stereo a little
less fun.

John
Reply With Quote
  #6 (permalink)  
Old 12-10-2005, 11:17 PM
Ken Smith
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

In article <Bxnmf.41$pF.10@trndny08>,
Adam Stouffer <adam_stouffer@hotmail.com> wrote:
Quote:
Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.
One attack of the problem:

Comparitor
LM311 Sign
--!>---------------------------------------------
! ------ !
! ------- ------ ! High ! ------- ---
In -----+--! ABS() !---! ln() !--! pass !---! exp() !---! X !-- Out
------- ------ ------ ------- ---


One advantage this has is that the ln() and exp() operations can be quite
well matched and tend to track with temperature. Also, the high pass can
have a few poles in it without stability problems.


Other method:

Any normal feedback based one, needs a quite linear multiplier to sound
any good. You may be able to take advantage of the fact that for normal
volume levels you don't want to change the sound at all. I'm thinking of
something like this:

Audio
quality
buffer
!\
-\/\/\---+---------! >-----------------+--------------- Out
! !/ !
! --------
! J1 U1 LM324 ish ! -ABS() !
--! /+!--GND --------
!<--+---< ! D1 R1 !
--! ! \-!--+-->!--/\/\--+
! ! ! R2 !
GND +---!!----+---/\/\/-----
C1 !
---/\/\-- +Vref
R3

The Jfet J1 is selected for having a high Vgs off.

D1 is a 1N914 like diode.

The output of U1 normally rests at the (-) supply rail. Op-amps like the
LN324 don't have diodes across their inputs so C1 will charge up to more
than just the rail voltage. Vref, R3, R2, D2 and R1 sets the amount of
"integrator wind up".

When someone shoots the bad guy, there is bang. If it isn't followed by
abunch more noise, R1 and D1 won't be able to discharge C1 far enough to
start the output of the LM324 going positive, so you won't effect the
sound.

When the soap ad comes on, The output of U1 (LM324) will swing positive
and reduce the sound. A fair bit of distortion will be added but you may
not care.

--
--
kensmith@rahul.net forging knowledge
Reply With Quote
  #7 (permalink)  
Old 12-10-2005, 11:38 PM
Luhan
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

Rich Grise wrote:

Quote:
On Fri, 09 Dec 2005 22:27:45 +0000, Adam Stouffer wrote:


Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.



What I'd like to find is something in the VBI stream that identifies
"Commercial", to make the VCR "pause" and skip the bloody things.

Then again, the advertisers do keep TV free, "the way God intended it
to be."[1] ;-)

Cheers!
Rich

[1] Dave Letterman
Rich,

I've looked at the VBI data - no go. It varies from station to station
but not really durring commercials.

I have an approach to killing commercials, but it requies a 'video out'
from the TV. Its just like my intrution detector....

http://members.cox.net/berniekm/videodet.gif

You take an array of 8 by 8 samples of the video at very low resolution.
This forms a pattern that rarely occurs by accident.

When you see a comercial you really hate, you hit a button to store an
image near the start of the commercial. When it detects this pattern in
the future, it kills the sound for 1 minute.

Hmmm, I may make one just to prove it out.

Luhan
Reply With Quote
  #8 (permalink)  
Old 12-11-2005, 04:01 AM
Pooh Bear
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

Adam Stouffer wrote:

Quote:
Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.
I suggest you look here for starters.

The 'audiohm' couplers are available from Farnell and I can attest they
they work well. In fact I've been using them for around 10 ? yrs in my
designs.

Nice thing about a CdS cell is that it's typically more linear than any
solid state multiplier chip and has no DC conditions that require set
up. A breeze to use and not even expensive.

Graham
Reply With Quote
  #9 (permalink)  
Old 12-11-2005, 04:50 AM
Pooh Bear
Guest
 
Posts: n/a
Default Re: Automatic Volume Limiter

Pooh Bear wrote:
Quote:
Adam Stouffer wrote:


Anyone have a schematic for something to limit the volume from line
level sources? I hate watching a tv show or movie and then getting
blasted by a commercial at twice the volume.


I suggest you look here for starters.
Oops ! Missed the link last time....

http://www1.silonex.com/audiohm/compressor.html


Quote:
The 'audiohm' couplers are available from Farnell and I can attest they
they work well. In fact I've been using them for around 10 ? yrs in my
designs.

Nice thing about a CdS cell is that it's typically more linear than any
solid state multiplier chip and has no DC conditions that require set
up. A breeze to use and not even expensive.

Graham

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:38 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
(c) 2007-2008 PLCDrives.com