We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An exception occurs during audio playback due to an invalid offset value. The error message states that the offset must be between 0 and 1 second.
.
Audio playback should function correctly without throwing an ArgumentOutOfRangeException.
1.0.1
No response
Message: Offset must be more than 0 seconds and less than or equal to 1 second. (Parameter 'offset')
Stack trace:
System.ArgumentOutOfRangeException: at Beutl.Audio.Audio.PushOffset (Beutl.Engine, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl.Engine/Audio/IAudio.cs:86) at Beutl.Audio.Sound.ToPcm (Beutl.Engine, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl.Engine/Audio/Sound.cs:77) at Beutl.Audio.Sound.Render (Beutl.Engine, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl.Engine/Audio/Sound.cs:96) at Beutl.SceneComposer.ComposeCore (Beutl.ProjectSystem, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl.ProjectSystem/SceneComposer.cs:51) at Beutl.Audio.Composing.Composer.Compose (Beutl.Engine, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl.Engine/Audio/Composing/Composer.cs:62) at Beutl.ViewModels.PlayerViewModel.FillAudioData (Beutl, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl/ViewModels/PlayerViewModel.cs:333) at Beutl.ViewModels.PlayerViewModel+<>c__DisplayClass79_0.<PlayWithXA2>g__PrepareBuffer|0 (Beutl, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl/ViewModels/PlayerViewModel.cs:360) at Beutl.ViewModels.PlayerViewModel+<PlayWithXA2>d__79.MoveNext (Beutl, Version=1.0.1.1, Culture=neutral, PublicKeyToken=null: /home/runner/work/beutl/beutl/src/Beutl/ViewModels/PlayerViewModel.cs:381)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
An exception occurs during audio playback due to an invalid offset value. The error message states that the offset must be between 0 and 1 second.
To Reproduce
.
Expected behavior
Audio playback should function correctly without throwing an ArgumentOutOfRangeException.
Beutl version
1.0.1
OS
No response
Additional context
Message: Offset must be more than 0 seconds and less than or equal to 1 second. (Parameter 'offset')
Stack trace:
The text was updated successfully, but these errors were encountered: