Merge pull request #940 from pangeachat/fix-audio-overflow

fix audio overflow
This commit is contained in:
ggurdin 2024-11-08 15:09:13 -05:00 committed by GitHub
commit 014bfe2c4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,8 +27,7 @@ class AudioPlayerWidget extends StatefulWidget {
static String? currentId;
// #Pangea
// static const int wavesCount = 40;
static const int wavesCount = kIsWeb ? 100 : 40;
static const int wavesCount = 40;
final int? sectionStartMS;
final int? sectionEndMS;