Murat Mustafin

Results 5 comments of Murat Mustafin

Same here, jerky sound like every period of some time some bytes are missing. Also as chris282 mentioned when buffer size is big enough, the sound is normal, and I...

I have a strange behavior, when using microphone input and setting values like `AudioDispatcher dispatcher = AudioDispatcherFactory.fromDefaultMicrophone(22050,2048,0); ` It plays normal.

Also I found that this issue happens only with stereo(2 channels) input.

What about annotating arguments of setters with @NotNull? It throws NPE when null is passed anyway.

What is the advantage of having that if you can just do ``` class Sample { val textView = something.bindView(R.id.foo) } ```