Click here to Skip to main content
15,908,020 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to get largest element from list Pin
BoneSoft14-Jul-06 12:01
BoneSoft14-Jul-06 12:01 
QuestionHow to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 6:54
Waqas Nasir14-Jul-06 6:54 
AnswerRe: How to run any custom application from code depending upon file extension? Pin
Andrew Lygin14-Jul-06 7:03
Andrew Lygin14-Jul-06 7:03 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 7:12
Waqas Nasir14-Jul-06 7:12 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:15
Ennis Ray Lynch, Jr.14-Jul-06 7:15 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 7:20
Waqas Nasir14-Jul-06 7:20 
AnswerSend it to the shell Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:04
Ennis Ray Lynch, Jr.14-Jul-06 7:04 
QuestionIdeas on how to stream audio [modified] Pin
BambooMoon14-Jul-06 6:52
BambooMoon14-Jul-06 6:52 
I have a receiver connected to the sound card of a computer through the Line In port. Currently, I have some old, unpleasant C++ code that captures the sound to a file locally. What I want to do now is to write some C# code instead that captures the sound off the sound card and uses probably UDP to send packets of the sound data to another computer, which will then play that streamed sound. I need some ideas of how to go about this, if anyone has any helpful suggestions. I would need to know:

1) How in C# to capture sound from the sound card on the system connected to the receiver.

2) How on the other machine to feed the incoming sound packets to ?? DirectSound or Windows Media Player ?? so that the user can hear it as it comes in.

It is not really a constant stream of data, like a streamed radio station (though to be quite honest I don't know how streamed radio stations work either). The user on the second computer chooses which receiver-equipped-computer he wants to connect to in order to receive sound.

I'm basically clueless on the two points above, so I would appreciate any suggestions.

-- modified at 12:52 Friday 14th July, 2006
QuestionDataset output to Label [modified] Pin
NiPsTeRs14-Jul-06 6:37
NiPsTeRs14-Jul-06 6:37 
AnswerRe: Dataset output to Label Pin
Not Active14-Jul-06 6:56
mentorNot Active14-Jul-06 6:56 
QuestionAnother byte to int question Pin
Tom Wright14-Jul-06 6:29
Tom Wright14-Jul-06 6:29 
GeneralRe: Another byte to int question Pin
Andrew Lygin14-Jul-06 7:20
Andrew Lygin14-Jul-06 7:20 
AnswerWhat is the data in the byte array Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:23
Ennis Ray Lynch, Jr.14-Jul-06 7:23 
GeneralRe: What is the data in the byte array Pin
stancrm14-Jul-06 8:53
stancrm14-Jul-06 8:53 
GeneralI figured Pin
Ennis Ray Lynch, Jr.14-Jul-06 9:22
Ennis Ray Lynch, Jr.14-Jul-06 9:22 
GeneralRe: What is the data in the byte array Pin
Tom Wright7-Aug-06 11:16
Tom Wright7-Aug-06 11:16 
Questionstring building Pin
spin vector14-Jul-06 6:20
spin vector14-Jul-06 6:20 
AnswerRe: string building Pin
led mike14-Jul-06 6:24
led mike14-Jul-06 6:24 
GeneralRe: string building Pin
spin vector14-Jul-06 6:31
spin vector14-Jul-06 6:31 
GeneralRe: string building Pin
Andrew Lygin14-Jul-06 6:57
Andrew Lygin14-Jul-06 6:57 
QuestionRemoving drop down choices based on dataset Pin
leckey14-Jul-06 6:04
leckey14-Jul-06 6:04 
AnswerRe: Removing drop down choices based on dataset Pin
led mike14-Jul-06 6:22
led mike14-Jul-06 6:22 
QuestionText and image effects Pin
seq-14-Jul-06 5:21
seq-14-Jul-06 5:21 
AnswerRe: Text and image effects Pin
Ravi Bhavnani14-Jul-06 6:12
professionalRavi Bhavnani14-Jul-06 6:12 
GeneralRe: Text and image effects Pin
seq-14-Jul-06 7:46
seq-14-Jul-06 7:46 

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.