Unable to read header filename
I think I am not able to read the 'filename' header of the .tsv that is generated by create_rndm_backgr_selections
function.
I am extracting smaller audio files that have the duration equal to the (audio start time + duration), where duration is specified by the user. These audio files would then be fed to the Neural Networks as it contains (almost)only positive calls and negative calls. In order to extract these calls, I would require the start time and name of the file so that I could extract the calls.
For the positive calls, I am able to extract pure positive calls, but when I try for the negative calls I am not able to read the header filename(generated after using create_rndm_backgr_selections
function), I have to save it to.tsv and read from it again in order to extract the negative filename and start time.