-
Notifications
You must be signed in to change notification settings - Fork 12
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
[VSCode] Audio not being saved #33
Comments
@bradydowling Interesting, It seems to work for me. Can you check if VSCode has access to your microphone? My theory is that maybe at some point you denied VSCode the access to your microphone, which is why ffmpeg does not work when being called from vscode context. If that is the case, we need to come up with a way to figure that out and warn the user/give an additional prompt. |
Hmm, VSCode doesn't even show up in the Privacy > Microphone access list (macOS). |
Which macOS version? |
macOS version: 10.14.6 (Mojave) |
microsoft/live-share#3254 seems related |
I'll try some of those things out and see if I can get it to trigger the permissions request. |
On macOS when I record a Codio, my audio doesn't get saved into an mp3 file within the Codio. There are no errors in the UI or in the console when I run it in debug mode, just no audio is saved. Playing Codios with audio already in them is not an issue so I don't believe it's a problem with ffmpeg.
The text was updated successfully, but these errors were encountered: