static float dm_audioInputSampleRate() { AudioFormat f = dm_audioInputFormat(); ret f == null ? 0 : f.getSampleRate(); }