Jump to content

impeccable_nice

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

impeccable_nice's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Great Thanks oni-kun, what I understand so far is , the Java/Flash based component will take the voice from the mic and then upload that audio to the server. In that case WHAT WOULD BE THE FORMAT of that audio ?? mp3 ??
  2. Great Thanks Rajiv, that really helped me a lot to understand what the task actually is, well I would like to know If I use a flash component, what sort of data that component will send to my PHP script because I will then have to store it in my DB and then send back to flash player afterward to listen.
  3. Thanks for your reply friend, but thats more about audio manipulation, I am more intersted in sending my voice to server running my PHP application and then record that on server, can AGI scripting would help me.?
  4. Hi Friends, I was just thinking of making a voice recorder in PHP, am really not sure how to do it, so I just wanna have some guidelines how can I make it, what I want is that using a microphone I can record my voice over internet using a php website, I dont know how it can be implemented. So I request all of you to please help me in this regard, and if anyone can give me some guidelines, I would be very very thankfull to him Regards, KK Impeccable
  5. Array (   [GD Version] => bundled (2.0.12 compatible)   [FreeType Support] => 1   [FreeType Linkage] => with freetype   [T1Lib Support] =>   [GIF Read Support] => 1   [GIF Create Support] =>   [JPG Support] => 1   [PNG Support] => 1   [WBMP Support] => 1   [XBM Support] => 1   [JIS-mapped Japanese Font Support] => )
  6. NO NO you are not getting my point . I know the story behind sending headers I sent my own header at line 2 which you can see but still I cant see the expected result (i-e a rectangle). So If you know what the problem realy is then plz reply ASAP. I am not creating any anti spam key image, I just only want to check whether my GD library is properly working or not.
  7. 1: <?php 2: header("Content-type: image/png"); 3: $image = imagecreate( 200, 300 ); 4: $red = imagecolorallocate( $image, 255, 0, 0 ); 5: imagepng($image); 6: ?>
  8. hello,   I have configured my GD library with PHP 4.3.2. But when I coded my first program which are using the resources provided by GD (infact that was just a simple rectangle). I could not see the desired output instead I have seen some letters on my browser. well I passed my own PNG header at the start of my code but I dont know why I could not see the rectangle, If you know then plz reply  ASAP
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.