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

Bug: Not ios supported #131

Open
ZainyShorts opened this issue Sep 7, 2024 · 0 comments
Open

Bug: Not ios supported #131

ZainyShorts opened this issue Sep 7, 2024 · 0 comments
Assignees

Comments

@ZainyShorts
Copy link

The issue encountering relates specifically to recording functionality on iOS devices. While the recording works perfectly on both Android and web platforms, the iOS recording seems to face a timing issue where the recording does not start immediately. This results in the audio file missing crucial parts of the recording, particularly at the beginning. The problem likely stems from iOS requiring a brief delay before the MediaRecorder is fully ready to capture audio. To address this, it's recommended to implement a small delay of approximately one second before starting the recording process. This ensures that the MediaRecorder is properly initialized and can capture the audio from the very beginning, thereby resolving the issue across all platforms.

Steps to reproduce the behavior:
Audio blob failed on ios devices.

@ZainyShorts ZainyShorts changed the title Not ios supported Bug: Not ios supported Sep 7, 2024
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

No branches or pull requests

2 participants