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

[VSCode] Audio not being saved #33

Open
bradydowling opened this issue Jun 29, 2020 · 6 comments
Open

[VSCode] Audio not being saved #33

bradydowling opened this issue Jun 29, 2020 · 6 comments

Comments

@bradydowling
Copy link
Contributor

bradydowling commented Jun 29, 2020

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.

@bogobogo
Copy link
Collaborator

@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.

@bradydowling
Copy link
Contributor Author

Hmm, VSCode doesn't even show up in the Privacy > Microphone access list (macOS).

@bogobogo
Copy link
Collaborator

Which macOS version?

@bradydowling
Copy link
Contributor Author

macOS version: 10.14.6 (Mojave)
VS Code Version: 1.46.1

@bogobogo
Copy link
Collaborator

microsoft/live-share#3254 seems related

@bdowling-chwy
Copy link

I'll try some of those things out and see if I can get it to trigger the permissions request.

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

3 participants