You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya. I have a .wav file that came from a zoom f3 recorder with timecode and I'm not finding some data I expect to see when processing the audio.
I am unable to see the timecode in the symphonia produced metadata (I can see other metadata).
I haven't gotten too deep into investigating the metadata parsing in symphonia, but I've confirmed that there is a BWFXML section at the head of the file.
Is this something symphonia should be able to parse and display in metadata? In this case I can see the number I need in TIMESTAMP_SAMPLES_SINCE_MIDNIGHT_LO.
Hiya. I have a .wav file that came from a zoom f3 recorder with timecode and I'm not finding some data I expect to see when processing the audio.
I am unable to see the timecode in the symphonia produced metadata (I can see other metadata).
I haven't gotten too deep into investigating the metadata parsing in symphonia, but I've confirmed that there is a BWFXML section at the head of the file.
Is this something symphonia should be able to parse and display in metadata? In this case I can see the number I need in
TIMESTAMP_SAMPLES_SINCE_MIDNIGHT_LO
.ffprobe *does* find this data, with the relevant data I'm looking for in `tags.time_reference`
All I can see is the track information and empty metadata revisions
The text was updated successfully, but these errors were encountered: