You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using audio_waveforms as an MP3 player on Android, the time line of audio files become distorted.
While the first use of seekTo works fine, subsequent attempts fail to start or stop playback at the correct position.
This issue doesn't appear to be a simple problem with seekTo but seems to involve the corruption of the media file's time lines.
Not all MP3 files exhibit this issue—some work fine, while others do not. WAV files do not appear to have this problem, and it seems that iOS is unaffected as well (though this is not confirmed).
If you provide an email address, I can send you a sample MP3 file that triggers the issue along with the code.
I kindly request your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered:
Yang321423
changed the title
Timestamp Distortion Issue in MP3 Playback Using audio_waveforms on Android
Time lines Distortion Issue in MP3 Playback Using audio_waveforms on Android
Jan 13, 2025
When using audio_waveforms as an MP3 player on Android, the time line of audio files become distorted.
While the first use of seekTo works fine, subsequent attempts fail to start or stop playback at the correct position.
This issue doesn't appear to be a simple problem with seekTo but seems to involve the corruption of the media file's time lines.
Not all MP3 files exhibit this issue—some work fine, while others do not. WAV files do not appear to have this problem, and it seems that iOS is unaffected as well (though this is not confirmed).
If you provide an email address, I can send you a sample MP3 file that triggers the issue along with the code.
I kindly request your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: