I'm not sure the best way to word this question but hoping someone can decipher what i'm asking lmao.
I have a system of timestamps in C#:
"beatTime": "00:00:05.0840000"
which gets converted to a TimeSpan via JSONDeserializer.
I am trying to make a way of capturing times in a React app using javascript, which captures time from the audio player like this:
"beatTime": 226.539319
besides the obviously stringification, i'm wondering if anyone knows the format of either the C# or javascript one so I can convert it?
Thanks...hope this kinda made sense