nmf_to_wav icon indicating copy to clipboard operation
nmf_to_wav copied to clipboard

Get each stream's timestamps

Open artperrin opened this issue 3 years ago • 3 comments

Hi, I'm using your great script to extract each stream of an .nmf file to sum them myself afterward and obtain a mono .wav file (and hear it like I would in the Nice Audio Player). The problem is: can't figure out how to get each stream's timestamps (in particular each stream's starting time). I saw that we have a start_time and end_time value when reading the header with the get_packet_header() function, but each of them appears to be the same for each stream.

Is there something i'm missing about those start_time and end_time values ?

Thanks !

artperrin avatar Jul 02 '21 11:07 artperrin

Have you found any solution to that?

tsiartasantreas avatar Jan 05 '22 13:01 tsiartasantreas

Hello, Unfortunately not, I had to work without these informations...

artperrin avatar Jan 06 '22 16:01 artperrin

@artperrin thanks for your reply! I am also trying to find a solution to export both of the streams on the same .wav file. If we find something i will keep you informed :)

tsiartasantreas avatar Jan 07 '22 16:01 tsiartasantreas