VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_Effects_TrueBass Method

Sets the parameters for the True Bass effect.

Pascal
procedure Audio_Effects_TrueBass(ID: Integer; Frequency: Integer; Separate: Boolean; Volume: Integer);
C++
__fastcall Audio_Effects_TrueBass(int ID, int Frequency, Boolean Separate, int Volume);
C#
public Audio_Effects_TrueBass(int ID, int Frequency, Boolean Separate, int Volume);
Visual Basic
Public Sub Audio_Effects_TrueBass(ID As Integer, Frequency As Integer, Separate As Boolean, Volume As Integer)
Java
public Audio_Effects_TrueBass(int ID, int Frequency, Boolean Separate, int Volume);
IDL
Audio_Effects_TrueBass(int ID, int Frequency, Boolean Separate, int Volume);
JavaScript
Audio_Effects_TrueBass
PHP
public Audio_Effects_TrueBass($ID, $Frequency, Boolean $Separate, $Volume);
Parameters 
Description 
ID: Integer 
Effect ID. 
Frequency: Integer 
Specifies the frequency range that will be used to amplify. Range is 0 to frequency. 
Separate: Boolean 
Enables or Disables separate amplification. If Enabled every channel will be amplified by it's own amplification value. If Disabled every channel will be amplified with the amplification value of channel 0.  
Volume: Integer 
Sets the amplification for a channel. Default value is 0, which means that no amplification occurs. The value shouldn't go over 10000. If separate is True, then every channel will be amplified by its own channel amplification value. If separate is False, then every channel is amplified with the value of channel 0.  

Filter to amplify low frequency's of audio data. The frequency range can be adjusted.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!