Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ empty
Method
empty
src/framework/io/binary.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
const std::byte * BinaryBlob::data() const noexcept {
79
return mapped_ != nullptr ? mapped_ : owned_.data();
80
}
81
82
size_t BinaryBlob::size() const noexcept {
83
return mapped_ != nullptr ? size_ : owned_.size();
84
}
85
Callers
15
rms_envelope
Function · 0.45
stft_magnitude
Function · 0.45
build_soft_mask
Function · 0.45
load_merges
Function · 0.45
Impl
Method · 0.45
replace_all
Function · 0.45
decode_with_optional_skip
Function · 0.45
tensor_elements
Function · 0.45
validate_config
Function · 0.45
tensor_elements
Function · 0.45
validate_config
Function · 0.45
build_wavlm_graph_layers
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_parse_multipart_body_fields_and_file
Function · 0.36
test_parse_multipart_body_no_boundary_match
Function · 0.36
require_wav_shape
Function · 0.36
test_vad_chunks_validate_inputs
Function · 0.36