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

Function string

tests/stable_audio/stable_audio_warm_bench.cpp:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203engine::io::json::Value string(std::string value) {
204 return engine::io::json::Value::make_string(std::move(value));
205}
206
207engine::io::json::Value audio_summary_json(const engine::runtime::AudioBuffer & audio) {
208 if (audio.samples.empty()) {

Callers 4

parse_session_optionsFunction · 0.70
attach_previous_audioFunction · 0.70
step_jsonFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected