Skip to content
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

🩹 bugfix - 350 - Waveform clipping at starting position #351

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

jay-simformsolutions
Copy link
Collaborator

Fix #350

@@ -41,7 +41,7 @@ class _AudioWaveformsState extends State<AudioWaveforms> {
Offset _dragOffset = Offset.zero;

double _initialOffsetPosition = 0.0;
double _initialPosition = 0.0;
double _initialPosition = 3.0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont use static values. What if I set waveThickness too large wouldn't the wave get outside of the viewport?

@jay-simformsolutions jay-simformsolutions force-pushed the fix/350/waveform_clipping_at_start branch 2 times, most recently from 78d7d3c to 7fc3bd4 Compare October 28, 2024 10:33
@jay-simformsolutions jay-simformsolutions force-pushed the fix/350/waveform_clipping_at_start branch from 7fc3bd4 to a5217c1 Compare October 28, 2024 10:36
@ujas-m-simformsolutions ujas-m-simformsolutions merged commit 2208902 into main Oct 28, 2024
@ujas-m-simformsolutions ujas-m-simformsolutions deleted the fix/350/waveform_clipping_at_start branch October 28, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audio waveform clipping on the left side during recording in Flutter app
2 participants