Discussion:
OpenSL: Multiple audio recorder object
Santosh Patil
2018-09-12 14:04:39 UTC
Permalink
Hi All,

With OpenSL, we can create multiple audio player objects and have different
callbacks for bufferqueue interface of each audio player. The sink to these
players being single output mix object.
In similar way, is it possible to create multiple audio recorder objects
with OpenSL ES?. Each recorder object having its own buffer queue
interface, so that we can receive different callbacks for each bufferqueue?

Regards,
Santosh
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/265f3aff-ead1-4172-8592-0a24f7bff6db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Glenn Kasten
2018-09-13 15:45:35 UTC
Permalink
This is not supported.
Post by Santosh Patil
Hi All,
With OpenSL, we can create multiple audio player objects and have
different callbacks for bufferqueue interface of each audio player. The
sink to these players being single output mix object.
In similar way, is it possible to create multiple audio recorder objects
with OpenSL ES?. Each recorder object having its own buffer queue
interface, so that we can receive different callbacks for each bufferqueue?
Regards,
Santosh
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/ad2c8e26-2bdf-4cdc-a40c-8d77284eaffa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...