Anybody here to help me. Please..
Type: Posts; User: Md. Kayesh; Keyword(s):
Anybody here to help me. Please..
Hi,
Currently i have three versions of VoIPAudioService sis files which i found in wiki. With the given API in wiki there is also an example called VoIpTestApp. I embeded the VAS sis file in the...
I think this was happening due to keeping the main thread (that was being used to play audio) idle or waiting (using semafore) for long time.
I think this related to the priority of my program. Can you suggest any way so that I get a high priority for CMMFDevSound ? or Does anybody think this is a restriction from the from Nokia to use...
I re-initialized just after get the KErrDied. Then tried to record and play in N96 (3rd fp2) immediately. But I got KErrAccessDenied (-21) in the main thread.
What is the benefit of re-initilizing the devsound ? Only in symbian belle i get KErrInUse instead of KErrDied. So in symbian belle i tried to re-start recording without re-initializing. But it did...
Hello,
I am using FullDuplexAudio example given in S60_Platform_Full-Duplex_Audio_Example_v2_0_en
The example runs well now with no problem. But when it is running if an incoming call arrives...
hi,
I am using the example given in the resource section of forum. the link is S60_Platform_Full-Duplex_Audio_Example_v2_0_en.zip.html
When i run the program i runs ok. But when i try to switch the...
Yes, you are right wizard_hu_. PCM16 is stored as signed little-endian. :)
I am facing one problem while recording in PCM16. I always get 4096 byte at a time. Can I fix it in my own way so that i...
hi,
PCM16 is a 16 bit data. We get this data stored in a 8 bit CMMFBuffer. My question is how it is arranged. I guess it is arranged in 2 bytes and follow little-endian. Am I right or wrong ? Please...
One thing I am confused, PCM16 should return 16bit info. In this case would CMMFBuffer give me 16 bit info in the BufferToBeEmptied()?
hi,
I am using the code given in the example section "Full Duplex Audio Example 2.0". I am using PCM16 instead of given 4 types used there. After getting the recorded the in BufferToBeEmptied I find...
Thank you. Your suggestion worked !!
hi,
I used speex in symbian project and ran it successfully in emulator. But when i tried to build the sis file I failed.
At first I downloaded the speex source code. made .lib files for emulator...
Thank you so much for making it clear.
hi,
Suppose I have a pointer to a CFbsBitmap.
CFbsBitmap *aBitmap;
It is already allocated and has many pixels inside. Now I am doing two things
1) delele aBitmap
2) again create aBitmap using...
yes, thank you. It works as per your suggestion. :) .
hi,
Suppose I have a CFbsBitmap of higher display mode (EGray256). Now if I want to lower the display mode of the bitmap to EGray16 then what what I need to do? I want to do it without taking any...
what I have found just now is that there is something problemactive with the display mode. I am taking an image an converting it to different display mode. For EGray2 it is okya, for EGray256 it is...
I have checked that for white pixel I am getting TInt32 value 255 and for black simply 0 using GetPixel. So SetPixel should do the same. But unfortunately it is not. Is there any issue with...
But GetPixel is working as usual but facing problem in SetPixel. In TBitmapUtil there are a few functions, so i can not decide what to do now
I used 0xFF000000 for black and 0xFFFFFFFF for white but i see no change. The bitmap is showing white.
I am setting only two pixel values SetPixel(0xff) and Set(0) for white and black respectively (as it is int EGray256 mode)
I was using TBitmapUtil in Symian 3rd and 5th edition and SetPixel was working fine for EGray256, but when i tried it with Nokia Belle model 700 it is not showing any color. the bitmap is coming just...
I was using TBitmapUtil in Symian 3rd and 5th edition and SetPixel was working fine foe EGray256, but when i tried it with Nokia Belle model 700 it is not showing any color. the bitmap is coming just...