Recording voice? Is it possible?

Discussion in 'PHP' started by mahmood, Nov 18, 2007.

  1. #1
    I wonder if we can record voice online with PHP?
     
    mahmood, Nov 18, 2007 IP
  2. gopher292

    gopher292 Peon

    Messages:
    64
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you mean an audio recorder that saves to a remote server, you'll need either client-side scripting paired with that (AJAX, JAVA, maybe flash), or have the user upload it after it's been recorded (.wav, .mp3, etc..).
     
    gopher292, Nov 18, 2007 IP
  3. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #3
    php it self no ...

    even when using flash its not something easy , you will need Flash Media Server and codecs .. goood luck :)
     
    commandos, Nov 18, 2007 IP
  4. mahmood

    mahmood Guest

    Messages:
    1,228
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ajax seems more attractive to me but I don't have any clue where to look for more info.
     
    mahmood, Nov 18, 2007 IP
  5. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Ajax ? :)

    Ajax is not a language , its just a technique using some javascript and xml
     
    commandos, Nov 18, 2007 IP
  6. mahmood

    mahmood Guest

    Messages:
    1,228
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Humm...
    This is the first thing I came across that ASP.NET does but PHP doesn't.
     
    mahmood, Nov 20, 2007 IP
  7. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #7
    ASP.NET cant record ..

    you will need to use something like activeX maybe where the user download a program to his pc and then could maybe download .

    php doesnt at all .

    the only way as mentioned is FLASH and its not easy at all .

    i'll post the site i found where they give such services but its not free ... (if i find the site again)
     
    commandos, Nov 20, 2007 IP
  8. bobb1589

    bobb1589 Peon

    Messages:
    289
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    you should be able to do it ... facebook lets you do it so i would think you could do it in flash... but i know php doesnt have that type of client side ability....
     
    bobb1589, Nov 20, 2007 IP
  9. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #9
    facebook use flash
     
    commandos, Nov 20, 2007 IP
  10. bobb1589

    bobb1589 Peon

    Messages:
    289
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #10
    thats what i said :p
     
    bobb1589, Nov 20, 2007 IP
  11. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #11
    SowwWWWwy :D
     
    commandos, Nov 20, 2007 IP
  12. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Though someday php will be capable. There is an interesting project out there with the goal of allowing the creation of Windows Apps via php. Someday this great coding language will be perfecto.

    I think most Windoze coders I know would use VB, but I am not sure, I just do Linux type coding.
     
    phpl33t, Nov 20, 2007 IP
  13. bobb1589

    bobb1589 Peon

    Messages:
    289
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #13
    i know someone has made a program for windows called phpcompile and supposedly you can write programs in php and then it will compile it to run as an exe in windows... i havent tried it but this isnt what the post is about anyway...
     
    bobb1589, Nov 21, 2007 IP