How normalize audio to 0 db? IS wrote on 8/4/2004, 7:03 AM How i change audio volume to some value, where highest peak = 0 db. Thanks! Back to post
Comments JohnnyRoy wrote on 8/4/2004, 7:42 AM Set the Normalize property on the AudioEvent class to true. e.g,:audioEvent.Normalize = true;~jr 1