Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to communicate data with sound card

Status
Not open for further replies.

netsearcher

Member level 1
Joined
Mar 11, 2004
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
315
how to communicate directly with the soundcard

Hi ...
I want to communicate data with sound card so i want a method of programming to do that ,can i use low level programming in windows 2000 and xp ,if i can, how ???
please help me.
 

data with sound card

The easiest way would be to use standard API calls, or DirectSound.

On transmit, you could have, for example, simple transmission protocol like FSK, where you have just two frequency. One frequency would be a '0' and one would be a '1'. On receive, you could detect the frequency and separate the 0 and 1 from the frequency.
 

Hi ...
Thanks for your guidance ,so i want to use winAPI and i need a complete reference about winapi (this is the first problem) and programming winapi in C# ,please write for me how ?,and write which API i should use ? (and it's the second one),
please help me...
thanks for your attention,
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top