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