Click here to Skip to main content
15,891,833 members
Home / Discussions / C#
   

C#

 
Questionsound recorder Pin
Nafiseh Salmani22-Sep-06 20:17
Nafiseh Salmani22-Sep-06 20:17 
AnswerRe: sound recorder Pin
Nadia Monalisa22-Sep-06 21:06
Nadia Monalisa22-Sep-06 21:06 
GeneralRe: sound recorder Pin
AB777122-Sep-06 22:12
AB777122-Sep-06 22:12 
GeneralRe: sound recorder Pin
Nadia Monalisa24-Sep-06 7:51
Nadia Monalisa24-Sep-06 7:51 
GeneralRe: sound recorder Pin
Nafiseh Salmani23-Sep-06 19:12
Nafiseh Salmani23-Sep-06 19:12 
GeneralRe: sound recorder Pin
Nadia Monalisa24-Sep-06 7:50
Nadia Monalisa24-Sep-06 7:50 
GeneralRe: sound recorder Pin
AB777124-Sep-06 20:20
AB777124-Sep-06 20:20 
GeneralRe: sound recorder Pin
Nadia Monalisa25-Sep-06 3:20
Nadia Monalisa25-Sep-06 3:20 
Hi Pramod,
Nice to hear from you and happy to know that the code is working fine for you.

Ok, as you saw that this project uses QaurtzLib.dll to do all recording and playback stuffs..etc..
As long as this library is not giving you interface to read real time Byte[] Stream, I dont see any way to
buffer the byte[] stream for LIVE transmission. I think you will have to save the recorded file first and then
read the binary file as byte[] stream and transmit over internet.

But another way you can do that (i am not sure if that is an efficient way or not at all..),
You can split the recording process for very short time like sampling and save the voice file and at the same sampling rate
you can read the saved file as byte[] stream and transmit over internet. You can try...

The best efficient way is to look for a library (may be free or commercial whatever you can get) who gives you LIVE byte[] interface
for the recording voice.

Feel free to let me know if this idea helps you or not.

Thanks
Emran
Questionicons needed Pin
sanah s22-Sep-06 19:45
sanah s22-Sep-06 19:45 
AnswerRe: icons needed Pin
seq-23-Sep-06 6:52
seq-23-Sep-06 6:52 
QuestionChat program with server behind a router Pin
Reve10122-Sep-06 15:07
Reve10122-Sep-06 15:07 
AnswerRe: Chat program with server behind a router Pin
seq-23-Sep-06 6:54
seq-23-Sep-06 6:54 
Questioncan someone help me??? simple shift algorithm Pin
roberto_santinni22-Sep-06 14:17
roberto_santinni22-Sep-06 14:17 
AnswerRe: can someone help me??? simple shift algorithm Pin
Insincere Dave22-Sep-06 16:00
Insincere Dave22-Sep-06 16:00 
GeneralRe: can someone help me??? simple shift algorithm Pin
roberto_santinni22-Sep-06 18:55
roberto_santinni22-Sep-06 18:55 
GeneralRe: can someone help me??? simple shift algorithm Pin
roberto_santinni22-Sep-06 19:11
roberto_santinni22-Sep-06 19:11 
AnswerRe: can someone help me??? simple shift algorithm Pin
Guffa22-Sep-06 22:39
Guffa22-Sep-06 22:39 
QuestionPropertyGrid Help Pin
perlmunger22-Sep-06 13:35
perlmunger22-Sep-06 13:35 
AnswerRe: PropertyGrid Help Pin
e-laj22-Sep-06 14:19
e-laj22-Sep-06 14:19 
GeneralRe: PropertyGrid Help Pin
perlmunger22-Sep-06 16:54
perlmunger22-Sep-06 16:54 
GeneralRe: PropertyGrid Help Pin
e-laj22-Sep-06 18:59
e-laj22-Sep-06 18:59 
QuestionHelp with "posting" login info to a website.. Pin
SheriH22-Sep-06 12:45
SheriH22-Sep-06 12:45 
Questionincluding a help project in another project (same solution) Pin
gus_br22-Sep-06 10:48
gus_br22-Sep-06 10:48 
AnswerRe: including a help project in another project (same solution) Pin
Jim Conigliaro22-Sep-06 11:02
Jim Conigliaro22-Sep-06 11:02 
GeneralRe: including a help project in another project (same solution) Pin
gus_br22-Sep-06 11:22
gus_br22-Sep-06 11:22 

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.