IMX28 gstreamer equalizer performance

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX28 gstreamer equalizer performance

1,233件の閲覧回数
tomdeacon
Contributor II

Hi,

I am writing a app using gstreamer 0.10.35 on the IMX28 eval kit for audio playback only. The following command to play a .wav file works fine.

# gst-launch filesrc location=test.wav ! decodebin ! alsasink

If I try adding the equalizer-10bands plugin into the pipeline then audio playback starts to stutter badly and CPU usage jumps to 100%.

# gst-launch filesrc location=test.wav ! decodebin ! equalizer-10bands band0=1.0 ! alsasink

The 3 band equalizer is usable but still uses up a lot of CPU.

My question is there something I can do to improve the performance? Or is the IMX28 just not capable of doing software equalization?

Thanks!

ラベル(3)
0 件の賞賛
返信
0 返答(返信)