How do you stream audio in Java?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anupamaheshwari
    New Member
    • Aug 2007
    • 1

    #1

    How do you stream audio in Java?

    Dear All,

    I am planning to write a program in Java language - Client Server; where in two clients can call each other if the have the application installed.

    It's like dialing a computer, provided both have the software. Can any one out there comment on which API shall help me out to achive this funcationality in my java program?

    regards,
    Anupam Maheshwari
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by anupamaheshwari
    Dear All,

    I am planning to write a program in Java language - Client Server; where in two clients can call each other if the have the application installed.

    It's like dialing a computer, provided both have the software. Can any one out there comment on which API shall help me out to achive this funcationality in my java program?

    regards,
    Anupam Maheshwari
    Read the API documentation of the ServerSocket and the Socket classes.

    kind regards,

    Jos

    Comment

    • praveen2gupta
      New Member
      • May 2007
      • 200

      #3
      Originally posted by anupamaheshwari
      Dear All,

      I am planning to write a program in Java language - Client Server; where in two clients can call each other if the have the application installed.

      It's like dialing a computer, provided both have the software. Can any one out there comment on which API shall help me out to achive this funcationality in my java program?

      regards,
      Anupam Maheshwari
      Hi
      Read also Java Sound API from sun web site , There are some sample programs for audio , playing and recording.

      Comment

      Working...