How to identify byte[] is Microphone or received from RTP at WaveIn_DataAvailable event #1063
Unanswered
JudyDai001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
private void mForm_Load(object sender, EventArgs e)
{
var waveFormat = new NAudio.Wave.WaveFormat(8000, 16, 1);
private void wavIn_DataAvailable(object sender, WaveInEventArgs e)
{
//voip other party: will received self voice again
Beta Was this translation helpful? Give feedback.
All reactions