473,320 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

SoundCard/Modem

A really simple question.

I have an interactive application that works using a microphone and speakers
plugged into the sound card.

I'd like this app to work over a telephone now. VOIP or a real telephone
line - both are workable options.

I am clueless how to proceed further, this was developed in speech SDK.
Please help.

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
-------------------------------------------------------------------------------------------
Nov 17 '05 #1
4 1698

--
<small>Even the most powerfull ones ,ALLAH will defeat them.</small>
"Sahil Malik [MVP]" wrote:
A really simple question.

I have an interactive application that works using a microphone and speakers
plugged into the sound card.

I'd like this app to work over a telephone now. VOIP or a real telephone
line - both are workable options.

I am clueless how to proceed further, this was developed in speech SDK.
Please help.

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
-------------------------------------------------------------------------------------------
You can see the System.Managment namespace Documentation,it may help.

Nov 17 '05 #2
I am not sure if System.Management will help in this regard - can you
elaborate?

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
----------------------------------------------------------------------------

"Moustafa" <Mo******@discussions.microsoft.com> wrote in message
news:34**********************************@microsof t.com...

--
<small>Even the most powerfull ones ,ALLAH will defeat them.</small>
"Sahil Malik [MVP]" wrote:
A really simple question.

I have an interactive application that works using a microphone and
speakers
plugged into the sound card.

I'd like this app to work over a telephone now. VOIP or a real telephone
line - both are workable options.

I am clueless how to proceed further, this was developed in speech SDK.
Please help.

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
-------------------------------------------------------------------------------------------
You can see the System.Managment namespace Documentation,it may help.

Nov 17 '05 #3
I never worked this out on a interactive app however a while ago i was trying
to stream sound across a network and the easiest way was to use "Direct Sound"
and NetworkStream. I found very easy to work with direct sound because you
dont need to work very close to the metal.

Look at the WaveFormat structure:
http://msdn.microsoft.com/archive/de...irectsound.asp

Another way would be to intercept the sound from your windows "sound system".
Here is a simple example:
http://www.codeproject.com/audio/fister.asp
Erick Sgarbi
www.blog.csharpbox.com
A really simple question.

I have an interactive application that works using a microphone and
speakers plugged into the sound card.

I'd like this app to work over a telephone now. VOIP or a real
telephone line - both are workable options.

I am clueless how to proceed further, this was developed in speech
SDK. Please help.

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
----------------------------------------------------------------------
--------------------

Nov 17 '05 #4
Thanks Erick ;-)

--

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
-------------------------------------------------------------------------------------------

<no***********@csharpbox.com> wrote in message
news:9d************************@msnews.microsoft.c om...
I never worked this out on a interactive app however a while ago i was
trying to stream sound across a network and the easiest way was to use
"Direct Sound" and NetworkStream. I found very easy to work with direct
sound because you dont need to work very close to the metal.

Look at the WaveFormat structure:
http://msdn.microsoft.com/archive/de...irectsound.asp

Another way would be to intercept the sound from your windows "sound
system". Here is a simple example:
http://www.codeproject.com/audio/fister.asp
Erick Sgarbi
www.blog.csharpbox.com
A really simple question.

I have an interactive application that works using a microphone and
speakers plugged into the sound card.

I'd like this app to work over a telephone now. VOIP or a real
telephone line - both are workable options.

I am clueless how to proceed further, this was developed in speech
SDK. Please help.

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
----------------------------------------------------------------------
---------------------


Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Etienne Labuschagne | last post by:
Assuming the modem is on COM5: m = open('COM5','wb+') m.write('+++\r\n') m.flush() m.write('ATQ0V1E0\r\n') m.flush() m.write('ATDT5551234;\r\n') m.flush() response = m.read()
1
by: Jan Wienhausen | last post by:
Hi, I would like to read out the soundcard with python on a win system. Is there any possibillity to do so? Thanks, Jan
1
by: Nick | last post by:
Are there any good libraries that allow me to get input from a soundcard's line in (in bytes)? I tried some of the ones from programmersheaven.com, but NONE of the example programs would compile.
5
by: Cc | last post by:
hi, I making a program to control modem , I had follow example from MS website on how to access serial port but still don't know how to make modem dial . Is there any example on how I could make...
3
by: Stefan Mehnert | last post by:
Since three days I search for a solution to grab the signal from default sound-input-device (Line-IN of the soundcard) with C#. Does anyone know how to do this in C#/C++/C? Thanks! Stefan
0
by: vasanth | last post by:
I have written an application to record sound from soundcard using directx 8. But when i start an audio chat using Google Talk and when i run this application, it gives an automation error. When...
17
by: Franc Zabkar | last post by:
My D-Link DSL-302G modem/router has a real-time clock whose settings are volatile. To avoid hand keying the date/time via the modem's JS interface, I wonder if there is a way to copy the JS code to...
1
by: Taoge | last post by:
Hi, Can somebody show me how to direct output the sound inputed from microphone to soundcard? Thanks
3
by: Nutshell | last post by:
Hello everybody, in my application I'd need to know if a com port is a modem or not (and eventually its description and if it is a null modem). I get the list of com ports available with: string...
2
by: muruganyuva | last post by:
hi, in my project i'm sending the data from source to destination with the help of modem. one modem at the source and other at the destination. at first i'm initializing the source modem. ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.