c# .wav file over udp -


possible duplicates:
c# capture microphone
play wav file c# code

i need examples how record , send .wav file on udp. if call number hear .wav file response.

i have play wav sound in real time. can using udp socket,no?

why want send .wav files on network? compressing them before idea. if transmit speech speex codec good, music use vorbis.

and why udp? i'd start tcp since it's easier use, , switch udp if necessary. typically udp better if have significant packet loss, because can simpy skip dropped packets. packet loss rather uncommon , tcp sufficies.

there many similar questions. example see question: c# capture microphone


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -