You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of error: origin sub before edit in textarea : [
{
"start": 0.265,
"text": "We want to buy a cushion, please change it for us.",
"speaker": 1
},
{
"start": 4.494,
"text": "What cushion?",
"speaker": 1
},
{
"start": 5.296,
"text": "Just change it to a bigger one, as soft as a sofa.",
"speaker": 1
}
]
Edited sub:
[
{
"start": 0.265,
"text": "We want to buy a cushion, please change it for us.",
"speaker": 1
},
{
"start": 2.494,
"text": "What cushion?",
"speaker": 1
},
{
"start": 3.296,
"text": "Just change it to a bigger one, as soft as a sofa.",
"speaker": 1
},
{
"start": 4.813,
"text": "Soft?",
"speaker": 1
},
{
"start": 5.738,
"text": "This stool is too hard, isn't it, sister?",
"speaker": 1
}
]
I add two element to array. All adjust in three head element is done but two tail element don't work. => Error when i increase sub array's length. And when i decrease (remove some element) => Index out of range
The text was updated successfully, but these errors were encountered:
Example of error: origin sub before edit in textarea : [
{
"start": 0.265,
"text": "We want to buy a cushion, please change it for us.",
"speaker": 1
},
{
"start": 4.494,
"text": "What cushion?",
"speaker": 1
},
{
"start": 5.296,
"text": "Just change it to a bigger one, as soft as a sofa.",
"speaker": 1
}
]
Edited sub:
[
{
"start": 0.265,
"text": "We want to buy a cushion, please change it for us.",
"speaker": 1
},
{
"start": 2.494,
"text": "What cushion?",
"speaker": 1
},
{
"start": 3.296,
"text": "Just change it to a bigger one, as soft as a sofa.",
"speaker": 1
},
{
"start": 4.813,
"text": "Soft?",
"speaker": 1
},
{
"start": 5.738,
"text": "This stool is too hard, isn't it, sister?",
"speaker": 1
}
]
I add two element to array. All adjust in three head element is done but two tail element don't work. => Error when i increase sub array's length. And when i decrease (remove some element) => Index out of range
The text was updated successfully, but these errors were encountered: