Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1026888 // dm_audioInputSampleRate [0 when no audio input module loaded]

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (2324L) is out of date.

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

Author comment

Began life as a copy of #1026876

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026888
Snippet name: dm_audioInputSampleRate [0 when no audio input module loaded]
Eternal ID of this version: #1026888/4
Text MD5: a229656bed4a30a85e5ad626514ebbac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-02 16:10:45
Source code size: 127 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 165 / 243
Version history: 3 change(s)
Referenced in: [show references]