Hi,
We are trying to upload ringtones to server.We are unable to do this.Can anyone provide us a sample code using java api for series 60.
Thanks.
Regards.
nitin.p
Type: Posts; User: nitinp_bioinf; Keyword(s):
Hi,
We are trying to upload ringtones to server.We are unable to do this.Can anyone provide us a sample code using java api for series 60.
Thanks.
Regards.
nitin.p
Hi ravi,
Are u still stuck with the same problem or you have fixed it.
Thanks.
Rgds.
nitin.p
Hi,
Sigcomp stands for compression of sip signalling data. Have a look at the rfc.It will give u more data.
http://www.rfc-archive.org/getrfc.php?rfc=3486
If u dont compress it the call...
Hi all,
When I try to stream audio based on the sample program given for series 60 in c++ I am unable to stream beyond 1 byte of audio.
There are no compile errors though.If I say hello just one...
Hi all,
When we use the nokia simulator 60 series to record voice then in 20 milliseconds we can capture 320 bytes.
so in 1 second 16000 bytes or in 1 second we have 15.625 kb.
This is raw data...
Hi,
I am stuck with the same problem. Before proceeding to sip were u able to use audio input stream to capture data and then play it.
thanks.
regards.
nitin.p
Hi all,
How can I store 16000 bytes of data in the memory.
I declare
RPointerArray<TDes8> iBuffer;
which means that ibuffer[0] can only store a byte.
hi Joerg,
tnx for the info.Yes I will work in it more now with all output errors and stuff.I dont get any exceptions when I run it just that I cant record long voice.Have u been able to do full...
hi,
could u manage one way streaming.I think firmware doesnt support full duplex streaming.
tnx.
rgds.
np.
Hi,
were u able to record complete voice and stream it when u used pcm.
tnx
rgds
nitin.p
Hi,
I am stuck with half duplex streaming itself.As far as I know full streaming is not supported.Did u figure out how to do half duplex streaming.
tnx.
nitin.p
Hi all,
When I try to stream audio based on the sample program given for series 60 in c++ I am unable to stream beyond 1 byte of audio.Lets say I record the word hello.It keeps repeating he he he he...