Labeling audios and text in the same tasks

Hi,

I was wondering if it is possible to label two types of files at once. I would like to label audio files while displaying their provided transcripts underneath. However, it seems like I can either point to the localisation of my mp3 files in my s3 bucket or to the json files containing the transcripts.

Hi! You definitely should be able to do this, but getting it set up requires that you build out a json (or csv) file that has the transcript as well as a link to the mp3 file in one json. Then, when you build the labeling interface, you should be able to custom build a system that can take the mp3 location from the json/csv file’s corresponding section and the transcript from a different section! You’ll do this by changing the “value” parameter of the corresponding Object tag in Label Studio. Hope this helps!