Ticket #763 (closed defect: fixed)
split error when the recording is started by placing cursor near to the end of phrase
Reported by: | rachana-singh | Owned by: | avneesh-singh |
---|---|---|---|
Priority: | major | Milestone: | Obi 3.0 |
Component: | Application | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Time planned: | 1d | Time remaining: | 1d |
Time spent: | 1d | Estimated Number of Hours: | 0.0 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0 |
Description
Please ensure that on the fly phrase detection is working, this error is triggered by it.
ERROR
Error in starting recording. Please press Ok button to skip recording and continue... urakawa.exception.MethodParameterIsOutOfBoundsException?: Split point 00:00:08.2030159 is beyond the WavAudioMediaData? end - audio length is 00:00:06.2534035
at urakawa.media.data.audio.codec.WavAudioMediaData?.Split(Time splitPoint)
at urakawa.media.data.audio.ManagedAudioMedia?.SplitProtected?(Time splitPoint)
at urakawa.media.data.audio.ManagedAudioMedia?.Split(Time splitPoint)
at Obi.PhraseNode?.SplitAudio?(Time splitPoint)
at Obi.Commands.Node.SplitAudio?.Split(ProjectView? view,
PhraseNode? node, PhraseNode? nodeAfter, Time splitTime, Boolean updateSelection, Boolean allowSpecialRoleMarkForSurrounding)
at Obi.Commands.Node.SplitAudio?.Execute()
at urakawa.command.CompositeCommand?.Execute()
at urakawa.command.CompositeCommand?.Execute()
at urakawa.undo.UndoRedoManager?.Execute(Command command)
at Obi.ProjectView?.TransportBar?.RecordingPhraseStarted?
(PhraseEventArgs? e, CompositeCommand? commanb,EmptyNode? emptyNode)
at
Obi.ProjectView?.TransportBar?.<>cDisplayClassb.<SetupRecording?>b6(Object sender, PhraseEventArgs? e)
at Obi.RecordingSession?.Record()
at Obi.ProjectView?.TransportBar?.StartRecording?()