Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: Recieve data Pin
stancrm14-Aug-06 23:10
stancrm14-Aug-06 23:10 
AnswerRe: Recieve data Pin
mehrdadc4814-Aug-06 23:23
mehrdadc4814-Aug-06 23:23 
GeneralRe: Recieve data Pin
stancrm15-Aug-06 0:54
stancrm15-Aug-06 0:54 
GeneralRe: Recieve data Pin
mehrdadc4815-Aug-06 1:21
mehrdadc4815-Aug-06 1:21 
GeneralRe: Recieve data Pin
Nader Elshehabi15-Aug-06 1:35
Nader Elshehabi15-Aug-06 1:35 
AnswerRe: Recieve data Pin
Nader Elshehabi15-Aug-06 1:31
Nader Elshehabi15-Aug-06 1:31 
GeneralRe: Recieve data [modified] Pin
mehrdadc4815-Aug-06 5:23
mehrdadc4815-Aug-06 5:23 
GeneralRe: Recieve data Pin
Nader Elshehabi15-Aug-06 11:32
Nader Elshehabi15-Aug-06 11:32 
Hello

Capturing audio from a line is done in several ways. The best practice would be using DirectX. Code samples would be long, and are inappropriate to post. Just search MSDN for "audio capture".

Transfering voice as an audio stream would also depend on the way you're capturing it. If you did capture it using DirectX technology, it would be simple using the DirectX API. Once you get the stream of byte, just send it to the port of the modem -assuming that you know which port of course-


There is a DirectX namespace in .Net framework. Anything you read in C++ you can do with C#.

In a quick search, here is some links:

1- http://www.codeproject.com/cs/media/directshownet.asp[^]
2- http://www.codeproject.com/cs/media/videosav.asp[^]
3- http://www.codeproject.com/cs/media/MdxSoundEx.asp[^]
4- http://www.codeproject.com/cs/media/audiosav.asp[^]

If you still need more details, just search CP for "Audio DirectX capture". Make sure to only check C# checkbox.

RegardsRose | [Rose]
GeneralRe: Recieve data [modified] Pin
mehrdadc4815-Aug-06 22:11
mehrdadc4815-Aug-06 22:11 
GeneralRe: Recieve data Pin
Nader Elshehabi16-Aug-06 1:31
Nader Elshehabi16-Aug-06 1:31 
Questionpassing a variable into a dataset select expression Pin
Glen Harvy14-Aug-06 22:35
Glen Harvy14-Aug-06 22:35 
AnswerRe: passing a variable into a dataset select expression Pin
Guffa14-Aug-06 22:57
Guffa14-Aug-06 22:57 
GeneralRe: passing a variable into a dataset select expression Pin
Glen Harvy14-Aug-06 23:45
Glen Harvy14-Aug-06 23:45 
QuestionProblem with CallBack in MasterPage [modified] Pin
offengenden14-Aug-06 22:15
offengenden14-Aug-06 22:15 
Questionhelp me please!! Pin
Nafiseh Salmani14-Aug-06 21:47
Nafiseh Salmani14-Aug-06 21:47 
AnswerRe: help me please!! Pin
Christian Graus15-Aug-06 0:00
protectorChristian Graus15-Aug-06 0:00 
GeneralRe: help me please!! Pin
Nafiseh Salmani15-Aug-06 0:01
Nafiseh Salmani15-Aug-06 0:01 
GeneralRe: help me please!! Pin
Christian Graus15-Aug-06 0:15
protectorChristian Graus15-Aug-06 0:15 
GeneralRe: help me please!! Pin
Nafiseh Salmani15-Aug-06 2:57
Nafiseh Salmani15-Aug-06 2:57 
GeneralRe: help me please!! Pin
Christian Graus15-Aug-06 11:01
protectorChristian Graus15-Aug-06 11:01 
Questionasynchronous execution Pin
pranu_1314-Aug-06 20:53
pranu_1314-Aug-06 20:53 
AnswerRe: asynchronous execution Pin
Nader Elshehabi15-Aug-06 1:51
Nader Elshehabi15-Aug-06 1:51 
Questionhow tree drives can be accessed Pin
Mahmood Ilyas14-Aug-06 20:07
Mahmood Ilyas14-Aug-06 20:07 
Questionhow to make exe in C# Pin
Mahmood Ilyas14-Aug-06 20:00
Mahmood Ilyas14-Aug-06 20:00 
AnswerRe: how to make exe in C# Pin
Nafiseh Salmani14-Aug-06 20:21
Nafiseh Salmani14-Aug-06 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.