JMF microphone volume controller
- by TacB0sS
How to obtain the Microphone volume controller in JMF?
this is what I have:
I tried this implementation concept of yours, but I keep getting a null from the first volume processor when I try to get the stream, here is how I do it:
// the device is the media device specifically audio
Processor processorForVolume =…