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