Saturday, January 1, 2011

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


Voice recording in a website

Posted: 31 Dec 2010 09:53 PM PST

Guys can any one tell me some way through which i will be able to record my voice via web browser and upload it to web server

Not able to control the volume in my music player ?

Posted: 31 Dec 2010 07:18 PM PST

hello friends,
I have some problem in controlling sound in my music player i used floatcontrol in order to control the volume check this.
Code:

FloatControl volume = (FloatControl) c.getControl(FloatControl.Type.MASTER_GAIN);
volume.setValue(-20.63f);

But still i am not able to control the volume.I used sound.sampled package.
Can anyone have idea hoe to fix this issue.

:cean:

C programming doubt ?

Posted: 31 Dec 2010 05:52 AM PST

Hey guys,
If I execute the following code, what will happen ?
int *ptr;
ptr = malloc(100);
ptr++;
free(ptr);


Now ptr points to 2nd integer block.
Now if i use free ptr (as shown in code) what will it do ?
Will it free the whole 100 byte memory or something else ?


Please reply....:(

how smileys are created ?.

Posted: 31 Dec 2010 01:28 AM PST

hello,
i want to know how to create smileys.

No comments:

Post a Comment