Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ as_f32
Method
as_f32
src/framework/io/json.cpp:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
out.kind_ = Kind::Number;
240
out.number_value_ = value;
241
return out;
242
}
243
244
Value Value::make_string(std::string value) {
245
Value out;
246
out.kind_ = Kind::String;
Callers
13
parse_hift_config
Function · 0.80
load_config
Function · 0.80
parse_manifest
Function · 0.80
parse_submodel_config
Function · 0.80
parse_jasper_config
Function · 0.80
load_sortformer_model_config
Function · 0.80
load_sortformer_feature_config
Function · 0.80
parse_acoustic_preprocess_config
Function · 0.80
parse_fm_config
Function · 0.80
json_optional_float
Function · 0.80
read_word_timestamps_json
Function · 0.80
require_f32
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected