static Float dm_audioInputSampleRate() { AudioFormat f = dm_audioInputFormat(); ret f?.getSampleRate(); }