Well, I don't know if i'm understanding you, but I already tried to record a call and its produces some noises too.
Well, I decided to try play and sync in other file 2 mp3 files. But I got some noise again. I solve that using audioconvert and audioresample element. It works, but I just did that on gst-launch.
I have an example pipeline here, but I don't know if it's the final version(I think a lost the last version), so I think it can be better.
Check it.
gst-launch-0.10 -v filesrc location="file1.mp3" ! tee .src0 ! mad ! alsasink tee0.src1 ! mad ! queue ! audioconvert ! audioresample ! adder0.sink0 filesrc location="file2.mp3" ! tee .src0 ! mad ! alsasink tee1.src1 ! queue ! mad ! audioconvert ! audioresample ! adder ! audioconvert ! lame ! filesink location="/tmp/file_output.mp3"
BR.
-Abner
On 8/18/06, Pavan Kumar Patale <[EMAIL PROTECTED]> wrote:
Hi,
I have created the pipeline to record the voip call. When i tried to play
the file it produces some noise but not the original call.
------>Sourcepad S1--->queue1----->filesink
|
|
rtpilbcdepay--->tee---|
|
|------>Sourcepad S2---->queue2---->dspilbcsink
So, then I tried to add mux(wavenc) before sinking
------>Sourcepad S1--->queue1---->wavenc-->filesink
|
|
rtpilbcdepay--->tee---|
|
|------>Sourcepad S2---->queue2---->dspilbcsink
but it does not allow me to link queue1,wavenc.
Can anyone pls throw some light on this problem ?
Thanks,
Pavan.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel
--
current->uid = 0;
>> Powered by Linux
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel