コミュニケーション知能モジュールパッケージ OpenHRI >> AutoGainControl
AutoGainControl
Automatic gain control component.
このコンポーネントは、入力された音声データのゲインを自動調整します。出力は、調整されたゲインの値です。
データポート
名前 | フローポート | データ型 | 説明 |
---|---|---|---|
AudioDataIn | InPort | TimedOctetSeq |
音声データ入力
|
AudioDataOut | OutPort | TimedLong |
ゲイン
|
コンフィグレーション
名前 | データ型 | デフォルト値 | 設定範囲 | 説明 |
---|---|---|---|---|
GainCtlSampleByte | string | int16 | int8,int16,int24,int32 |
ゲイン調整のバイト数
|
InputSampleByte | string | int16 | int8,int16,int24,int32 |
録音する音声のフォーマット設定
|
AutomaticGainControl | int | 100 | x >= 0 |
ゲイン調整パラメータ
|
InputChannelNumbers | 1 | int | x >= 1 |
出力する音声データのチャンネル数設定
|