-
Notifications
You must be signed in to change notification settings - Fork 213
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
Problems with Audio Streams on Mac OS #336
Comments
I made the following modifications to the 'record_darwin/darwin/Classes/delegate/RecorderStreamDelegate.swift' file
|
Thanks, can you fill a PR for this? |
ihdream72
added a commit
to ihdream72/record
that referenced
this issue
Jun 4, 2024
Incorrect buffer size for sending Streams and increasing the size
llfbandit
pushed a commit
that referenced
this issue
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package version
5.1.1
Environment
I am developing a service where I want to record stream audio from multiple platforms and use Google's Speech to Text service.
Recording as above works fine on Android, but not on MacOS.
If you look at the logs left behind on MacOS, you'll see the following
However, the logs show that only 1600 bytes come through every 0.1 seconds, or 16000 bytes per second.
Can you confirm this issue?
�I appreciates the your effort.
The text was updated successfully, but these errors were encountered: