Open MrityunjoyS opened 2 years ago
My UI :- `
` Json FIle used :-
{ "id": 1, "data": { "audio": "/data/upload/train__en-in__015646__3790__16k.wav", "text": "testing 1" }, "annotations": [], "predictions": [] }
But every time I upload the json file, any of the below errors pop out. And the UI is unable to decipher the datatype of audio or text properly.
**Error while loading audio. Check $text field in task. Technical description: Error decoding audiobuffer
Error while loading audio. Check $audio field in task. Technical description: Error decoding audiobuffer**
Could you open this wav by this path directly in your browser? Most likely it's a broken wav.
Also I recommend to use label-studio==1.4.1rc3, there were fixed some bugs with file uploads.
label-studio==1.4.1rc3
My UI :- `
` Json FIle used :-
{ "id": 1, "data": { "audio": "/data/upload/train__en-in__015646__3790__16k.wav", "text": "testing 1" }, "annotations": [], "predictions": [] }
But every time I upload the json file, any of the below errors pop out. And the UI is unable to decipher the datatype of audio or text properly.
**Error while loading audio. Check $text field in task. Technical description: Error decoding audiobuffer
Error while loading audio. Check $audio field in task. Technical description: Error decoding audiobuffer**