Fix language labels and anonymise source identifiers

#2

Derived from the existing release; audio bytes and all annotations are unchanged.

language β€” use the full language name on every row. The 210 in-the-wild samples previously used ISO codes (bn, gu, hi, kn, ml, mr, or, pa, ta, te) while near- and far-field rows already used full names.

file_name β†’ recording_id β€” remove file_name, which held the source filename (YouTube video id for in-the-wild). Add recording_id, an anonymised grouping key (<lang>_<nf|ff|itw>_<nnn>). 1164 clips come from 590 source recordings; 47 recordings contribute more than one clip.

audio.path β€” rewrite to <sample_id>.wav. It duplicated file_name on all 1164 rows, so dropping the column alone would have left source ids in the audio struct.

Private sample_id β†’ original file_name mapping is kept offline and is not part of this PR.

deovratmehendale changed pull request status to open
rahular changed pull request status to merged
rahular deleted the refs/pr/2 ref

Sign up or log in to comment