MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / string

Function string

tests/vevo2/vevo2_warm_bench.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184engine::io::json::Value string(std::string value) {
185 return engine::io::json::Value::make_string(std::move(value));
186}
187
188engine::io::json::Value audio_summary_json(const engine::runtime::AudioBuffer & audio) {
189 if (audio.samples.empty()) {

Callers 15

parse_session_optionsFunction · 0.70
set_env_requiredFunction · 0.70
step_jsonFunction · 0.70
mainFunction · 0.70
log_default_policyFunction · 0.50
require_positiveFunction · 0.50
regular_conv_weightFunction · 0.50
require_positiveFunction · 0.50
regular_conv_weightFunction · 0.50
conv_transpose1d_weightFunction · 0.50
validate_hidden_positiveFunction · 0.50

Calls

no outgoing calls