c# capture microphone

后端 未结 2 965
猫巷女王i
猫巷女王i 2021-01-20 02:27

Can someone tell me how could I capture the microphone and send it over IP? Is there any example of how to capture and put into a buffer in order to send it on UDP socket to

2条回答
  •  我在风中等你
    2021-01-20 02:48

    you can find some open source projects you could get inspired from: http://www.voip-info.org/wiki/view/Open+Source+VOIP+Software

    if you just want to stream audio via UDP maybe you don't need a full implementation of the SIP stack but if you want to make a skype-clone you probably do.

提交回复
热议问题