InitializeComponent();
microphone.BufferReady+= new EventHandler<EventArgs>(microphone_BufferReady);
但在运行时,调试器将在最后一行中断,并出现System.NullReferenceException
output, int ticks) while (LibPD.Process(ticks, new float[0], output) == 0) if (BufferReady= null) BufferReady(this, new BufferReadyEventArgs(output));};_soundOutput.