[Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker to

Discussion in 'C#' started by johnyjj2, Dec 7, 2009.

  1. johnyjj2

    johnyjj2 New Member

    Joined:
    Nov 7, 2009
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Hello!

    I'd like to call from mobile phone with Skype to server with WinXP and Skype. Skype on server would be sending sound for speech recognition in application Sphinx4. In order to enable communication between Skype and Sphinx4, I need to develop plugin for Skype, i.e. so-called "3rd party application" (which would be in C#). I would do it with the use of Skype4COM, a little bit using SEHE and this: http://forum.skype.com/index.php?showtopic=260361&st=0&p=1158301&#entry1158301 .

    In the example from link above there is a function OurCallStatus, called every time when the status of call is changed (https://developer.skype.com/Docs/Skype4COMLib/ISkypeEvents). So as I understand (I hope I'm not mistaken) only at the beginning and end of the call. I'd like this function to change default output of Skype sound from speakers to something like "port" (after first call of function OurCallStatus). Second (last) call would restore default behaviour of Skype output. Later in my application for Sphinx4 (it would be in Java), at the beginning of main function I will need to change line "Microphone microphone = (Microphone) cm.lookup("microphone");" to such a line which would be able to receive sound from this "port" to which I would be redirecting output of Skype, instead of speakers. (The whole code of examplary file HelloWorld.java can be found in Sphinx4 here: https://sourceforge.net/projects/cmusphinx/files/sphinx4/1.0 beta3/sphinx4-1.0beta3-src.zip/download).

    And my question is as follows: What can be this so-called "port"? How to implement such a "port" in C# and use in Java? I thought that WinAPI may be somehow helpful. More information about plugins for Skype here: http://forum.skype.com/index.php?showtopic=464711&st=20&start=20 . Main idea of my plugin here: http://images38.fotosik.pl/230/e4cdc1e83a11a77d.jpg .

    Greetings!

    PS Delete spacebars in links.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    Deleted.
     
  3. johnyjj2

    johnyjj2 New Member

    Joined:
    Nov 7, 2009
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    I don't get it. You wrote "deleted" but I still can see my topic in the list of topics (Programming and SEO Forum > Go4Expert > Queries and Discussion > Programming > C#). And it is about C# which is topic of this forum.
    Greetings!
     
  4. Todilo

    Todilo New Member

    Joined:
    Nov 14, 2007
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    perhaps he deleted the spaces in your links?
     
  5. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    I responded deleted to your P.S

     
  6. johnyjj2

    johnyjj2 New Member

    Joined:
    Nov 7, 2009
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    OK, so everybody knows what is deleted :-P. But coming back to the topic - does anybody have any suggestions what can be the answer?

    Let me say it again. I've got [1] SKYPE ON MOBILE PHONE -> [2] SKYPE ON SERVER -> [3] MY 3RD PARTY APPLICATION ON SERVER -> [4] SPHINX4 SPEECH RECOGNITION ON SERVER. [2] and [3] can easily communicate, sending to each other Skype4COM commands. I obtain command which says "start of new call", it enters OurCallStatus function. I'd like to REDIRECT SOUND. Default: Skype sends speech to speakers. Desired: Skype sends speech to "port" so that [4] can take as input speech from this "port". And what can be this "port", how to implement it?

    Greetings!
     
  7. johnyjj2

    johnyjj2 New Member

    Joined:
    Nov 7, 2009
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    Hello!

    I found that it should be possible to do it with the use of ordinary TCP socket or with IPC (Inter-Process Communication -> look at wikipedia for more info).

    I think that solving my problem with the use of TCP socket shouldn't be difficult because it is rather well-known term. May I ask you for any advices, please?

    Greetings!
     
  8. johnyjj2

    johnyjj2 New Member

    Joined:
    Nov 7, 2009
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    PS Let me summarize what I want to do. I'd like to create plugin for Skype. Normally Skype sends received speech to speakers. I'd like it to send it to the other application. This other application is speech recognition engine. I thought it can be done through some kind of port. So it would be not: Skype -> speaker AND microphone -> Sphinx4. But it would be: Skype -> port -> Sphinx4 and vice versa. I am more or less familiar with creating plugins for Skype (3rd party applications).
     
  9. TheUberOverLord

    TheUberOverLord New Member

    Joined:
    Feb 6, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    FreeLance Consultant
    Home Page:
    http://SaveOnTelephoneBills.com
    Re: [Java][C#][Skype][WinAPI] simple plugin for Skype, sound redirection from speaker

    Please see this: devforum.skype.com/t5/Desktop-API/Example-C-code-for-Skype-DTMF-and-IVR-Menu/td-p/9476
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice