Write JSTF Object to File
write_jstf.RdWrites a JsonTrackObj to a JSTF file using jsonlite.
Examples
if (FALSE) { # \dontrun{
obj <- create_json_track_obj(
results = list(f0_mean = 150, f0_sd = 20),
function_name = "lst_example",
file_path = "audio.wav",
sample_rate = 16000,
audio_duration = 5.0
)
write_jstf(obj, "output.jstf")
} # }