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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
gstreamer-embedded mailing list
gstreamer-embedded@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded

Reply via email to