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

Function string

tests/seed_vc/seed_vc_warm_bench.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150engine::io::json::Value string(std::string value) {
151 return engine::io::json::Value::make_string(std::move(value));
152}
153
154engine::io::json::Value audio_summary_json(const engine::runtime::AudioBuffer & audio) {
155 if (audio.samples.empty()) {

Callers 5

set_env_requiredFunction · 0.70
mainFunction · 0.70
step_jsonFunction · 0.50
mainFunction · 0.50
parse_session_optionsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected