Avoiding audioconvert to reduce CPU usage

Sebastian Dröge sebastian at centricular.com
Sat Aug 2 01:40:14 PDT 2014


On Mi, 2014-07-02 at 16:18 +0530, srd srdsrd wrote:
> I want to stream audio over network using gstreamer without using
> audioconvert so that CPU usage will be as low as possible. I have some
> pipelines which uses audioconvert. Is their any way to avoid audioconvert?
> Please Help me with this?

If you use playbin you can set the native-audio flag on it. Otherwise,
what exactly is your pipeline?

Also note that audioconvert takes virtually no CPU unless a conversion
is actually necessary. And if a conversion is necessary you have no
other option unless you can modify the elements' code in the pipeline to
all use the same format.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-embedded/attachments/20140802/37abaa18/attachment.sig>


More information about the gstreamer-embedded mailing list