Kwan Hong Lee schrieb: > Hi, > > I am trying to combine multiple streams of audio both from a file and > from the network and mix them and output them into single stream. > I see that there's tee and n-to-1 but not sure how to utilize them. Any > examples that has details on how to handover buffers of data between > these components? There is no ready written code. Adder (mixing) is easy to use. Just link your n-soures to it. Regarding the data-flow - the components do that by them self. Please read gstreamer documentation and study the examples in the source tar-balls.
Stefan > > Does anybody have any insights or guidance in how to manage this? Also > has anybody tried doing ilbc decoding and getting a raw audio packets > out of it? > > Thank you! > > -kwan > > -- > http://www.media.mit.edu/~kwan/info.html > > > ------------------------------------------------------------------------ > > _______________________________________________ > maemo-developers mailing list > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
