-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of parent segments are lost when they are divided in their children #100
Comments
@Rafael-Caro Do you mean the right-most part? From the third tier of your figure, I can see the left-most boundary is ok. Maybe it's because you removed the silence segment? The silence segment happens to have the right-most boundary of its parent segment? |
@Rafael-Caro @oriolromani Ok, I confirm this issue. This only happens in segmenting reference sound. |
Sorry @ronggong , you're right, is the rightmost boundary, my fault! So, in order to clarify the issue, I have started from the beginning, have deleted all the tiers and started again, and I'll paste a pic of every step: I started annotating the reference sound.
Then, I repeated the steps 1 to 3 in the target sound, with the same reults as shown in step 4. #97 and #98 also happens. The only difference is that when I insert a boundary using the key "i", the new two segments are tied by this boundary, that is, when I drag it, the two segments are modified, and no space appears like with the reference sound. So the space between the first and second segments in tier 4 in the target sound is done by creating a new segment that covrers the silence and then deleting it. Then, I continued by segmenting tiers 6 and 7 in the reference sound, and I guess you can imagine what happened just by looking at the images: Finally, I tried out tier 8, which is a timestamps tier, both in reference and target sounds. It works very smoothly, but only in case of the reference sound, the timestamps cannot be dragged before storing the annotations, and once stored, if I double click on a timestamp and drag it, a segment is created (#102). Again, only when annotating the reference sound, annotating the target sound works perfect. That's all. Sorry for the very long comment. I really hope is helpful. And again, I use Windows 10 and Chrome 56. |
By now we can overcome this issue by first creating the segments, storing them and then modifying them if needed afterwards |
Great news! I did it in that way and it worked! So you don't have to worry much about this, thanks a lot! I only tried the reference sound though, I'll try the target sound tomorrow. |
Ok, in any case @andrebola and I are working on it |
Here are three related tiers: parent, child, and grandchild (top down). I started by segmenting the parent tier, then dividing the inherit segments in the child tier, and that worked fine, and finally divided the child segments in the grand-child tier. When I stored the annotations, the child and parent lost the left-most part corresponding to the last created segments in the grand-child.
Perhaps this might be related to #97?
The text was updated successfully, but these errors were encountered: