Audio input levels - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html) +--- Forum: AudioLab (/forum-16.html) +--- Thread: Audio input levels (/thread-855.html) |
Audio input levels - percramer - 09-25-2012 10:23 PM Hi, i need to record some inputs to wave files. But i want to monitor the levels (to see if it doesn't peak). What is the best way to do this? Regards, Per RE: Audio input levels - Dave - 09-26-2012 12:14 AM A ALVUMeter is an option, you can check the current value and the maximum value. An even better option might be a ALGenericFilter and check for the maximum value. Regards, Dave |