Hello, my application records from a microphone and sends the data via multicast. Now i want to send data only if someone speaks. I derived my filterclass from FramedFilter. In that class i'm analysing every frame and decide if i want to send it or not. And now my question: If a frame is not going to be sent, how can i do that? Setting fTo = NULL maybe? thanks