This commit is contained in:
ImBenji
2024-02-28 18:06:22 +00:00
parent de98a2b40b
commit 8b8cb0412f
9 changed files with 520 additions and 147 deletions

View File

@@ -57,7 +57,7 @@ class AudioWrapper {
duration = await _audioPlayer_AudioPlayer.getDuration();
}
return duration;
}