Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ get_audio_raw
Function
get_audio_raw
libs/scrap/src/android/ffi.rs:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
pub fn get_audio_raw<
'a>() -> Option<&'
a [u8]> {
97
AUDIO_RAW.lock().ok()?.take()
98
}
99
100
#[no_mangle]
101
pub extern
"system"
fn Java_ffi_FFI_onVideoFrameUpdate(
Callers
nothing calls this directly
Calls
1
take
Method · 0.80
Tested by
no test coverage detected