HumanSignal / HumanSignal/label-studio
Multiple Audio files in one task
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
HI,
I am trying to create a UI for my ASR task. However, the templates do not completely provide what I want. In particular, I am looking for a feature that I can import a speech file from a person and different segments of this audio file which are pre-segmented and are ready in wav format.
For example, assume I have main.wav file, including a record of a person giving lecture. I have already segmented this file to 5 segments based on some VAD algorithm. Let's call them, s1.wav, s2.wav, ... s5.wav. I want to create a UI which can show both the main.wav, and has a feature to select an index for each segment to show and play the corresponding segment, If it can additionally show the played segment in the main.wav waveform by highlighting the corresponding segment, it will be great.
Even simpler approach is ok. That is, an option to give the index of a segment and it can highlight and play it in main.wav file. To do this, there should be a way to give start_offset and end_offset of the target segment to the main.wav file, so it can locate the target segment and show/play it.
Can you provide me some hints ?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.