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

Function string

tests/ace_step/ace_step_warm_bench.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205engine::io::json::Value string(std::string value) {
206 return engine::io::json::Value::make_string(std::move(value));
207}
208
209engine::io::json::Value audio_summary_json(const engine::runtime::AudioBuffer & audio) {
210 const int64_t channels = std::max<int64_t>(1, audio.channels);

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected