rbrisita / codio-sui

A media format for VS Code to record and playback the process of programming.
GNU Affero General Public License v3.0
10 stars 3 forks source link

MacOS M1: could not find audio recording device #107

Closed fetsorn closed 2 years ago

fetsorn commented 2 years ago

I get the following error on Visual Studio Code on MacOS Monterey 12.1, MacBook Air M1 2020 - "Codio could not find an audio recording device". There's an ffmpeg in PATH, version 4.4.1, built with clang version 11.1.0 Do you support arm64 macs? If not, could you hint at what I need to do to add support?

rbrisita commented 2 years ago

This fork does support Linux, OS X (Tested on High Sierra), and Windows. I will update with a beta release version and instructions to install soon and update this issue.

rbrisita commented 2 years ago

@fetsorn Appreciate it if you could please report back your experience when you have the time.

https://github.com/rbrisita/codio-sui/releases/tag/v0.10.25

rbrisita commented 2 years ago

Also, if you could tell me what the output is when you run:

ffmpeg -hide_banner -nostats -f avfoundation -list_devices true -i ""

That would help. I am guessing that the format (avfoundation) has changed.

fetsorn commented 2 years ago

Ah, that was it, my ffmpeg did not support avfoundation. I installed another version of ffmpeg and codio-sui now works well, and so does the original codio. The .vsix you've published was installed just as well as the one I'd previously built myself. Thanks for a quick reply, closing.

rbrisita commented 2 years ago

I'm curious as to what it was using instead, as I only know OS X to support 'avfoundation'. What version did you install previously?

fetsorn commented 2 years ago

The one packaged with nix https://search.nixos.org/packages?channel=21.11&from=0&size=50&sort=relevance&type=packages&query=ffmpeg

rbrisita commented 2 years ago

Ah, interesting tool. Thanks for introducing it to me.