Results 1 to 25 of 25

Thread: buddyphone like streaming

  1. #1

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Lightbulb

    i was wondering how can i make a voice chat program just like buddyphone. i found a source somewhere on the net but it isnt really working as it was supposed to. Can anyone give me some clues about realtime voice streaming over the net? any kind of help would be really appreciated.

  2. #2

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Unhappy

    anybody got a clue?!?!?!

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    What's BuddyPhone?
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  4. #4

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Talking

    its used for voice chat over the internet.

  5. #5
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    Can you be more specific, I may be able to help if you're still interested. I work for what was untill recently the worlds largest Voice over IP service company in japan, in their Engineering group.

    Won't be an easy impliment in VB though, except maybe a netmeeting OCX or something

    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  6. #6

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Thumbs up

    what i actually want to do is that i want to transfer my voice over my LAN network in real time.

  7. #7
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350
    Hi guys, did you look at VB CD? (I use VB5)

    There is a sample (including both source and EXEs) - I don't remember the exact name, but try to search 'voice'.

    PS: It is in unsupported folder - there is a lot of such cool code, just enjoy it...

  8. #8
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I am also working on the similar project - transfering video and voice over LAN.

    I dont think that it is easy to do in vb but it is not hard in C++ because there are lots of API calls to communicate with the hardware - video camera or microphone
    Baaaaaaaaah

  9. #9

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274
    Can u guide me a little, I mean where should I start from. And it would be great if you can guide me towards some samples.

  10. #10
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    Originally posted by abdul
    I am also working on the similar project - transfering video and voice over LAN.

    I dont think that it is easy to do in vb but it is not hard in C++ because there are lots of API calls to communicate with the hardware - video camera or microphone
    yes... but most of us are too lazy to learn C++ (at least im trying to learn )
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

  11. #11

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274
    I am trying to learn it too, but I am still in the initial stages.

  12. #12
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    yeah same here... my uncle teaches it and hes supposed to come over today and help me (curse him to hell if he don't!!!)
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

  13. #13
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    There is nothing hard about C++ but that is the only best programming language. VB does not give you all control over the application.

    You just need to know basic C++, winsock programming, and how windows API works
    Baaaaaaaaah

  14. #14

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274
    So can you guide me to any streaming source code either in vb or vc?

  15. #15
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Ok, I will write the code. I am still working on the chat program using C++. So, I will be putting voice conversation capability in there.

    I will inform you when I am done doing that!
    Baaaaaaaaah

  16. #16

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274
    Thanks, I'll be waiting for your message.

  17. #17
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    hey abdul... could you send me some code for it too??
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

  18. #18
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    OK, I will send after I finish it
    Baaaaaaaaah

  19. #19
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    ok... will it be in C or VB??
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

  20. #20
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919
    hey ur from pakistan? my parents are. ive beenthere twice. mom sfrom mardan, dads from attock city.


    c l

    -nabeel

    [Edit]: yeah C++ is cool, but strings are harder. in *trying* to do some progs that r basic in VB in C++..they're hard
    Last edited by nabeels786; Aug 7th, 2001 at 11:54 AM.
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

  21. #21
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I am doing that in C++ but I just found something related to that written in vb. I does not have to do anything with the internet connection but it still captures video and audio(I think)

    I dont have any video camera right now so I have not tested it. Download the file and check yourself!
    Baaaaaaaaah

  22. #22
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    OK i want the C code when your done though... i prolly won't end up using it but just something to (attempt to) learn from
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

  23. #23
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I also got some source code that just makes the waves depending on your voice through the microphone.

    The file is in the attatchment
    Baaaaaaaaah

  24. #24
    Member
    Join Date
    Mar 2001
    Posts
    56

  25. #25
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350

    Microsoft

    Ok, I have found it

    in Vb50ent:TOOLS\UNSUPPRT\VOICE

    and sending it as I believe it is for free
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width