Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java: Capture Audio from Telephone Line???

Options
  • 26-03-2004 9:42pm
    #1
    Closed Accounts Posts: 11


    Hey,

    Is it possible to capture audio from a phone line using java? And if so how?

    Thanx

    ed


Comments

  • Registered Users Posts: 2,426 ✭✭✭ressem


    Short answer: yes

    If you're planning on heavy duty stuff, you'd use an aculab, brooktrout or (for masochists) intel-dialogic dedicated telephony card or the like. Which cost lots of moolah, but you get the API's that do the heavy lifting.

    But I'd guess you're looking at writing some windows program to work with a consumer voice modem.

    For this you need to look into TAPI/JTAPI, and probably put in a fair bit of work.

    Maybe look at
    1st choice : http://xtapi.sourceforge.net/
    which provides MStapi, and a serial voicemodem provider amongst others.

    else
    http://www.longsoft.de/English/LongSoft.html

    http://gjtapi.sourceforge.net/

    projects to get you started. Never used these myself, just the first links that appeared relevent in google.


Advertisement