Voiceover problem on ARM64 macOS

What is your operating system? OSX M1 Mac Monterey 12.1

What is your Shotcut version (see Help > About Shotcut)? Is it 32-bit? 21.12.24

Can you repeat the problem? If so, what are the steps? Trying to create voiceover, in project go to ‘open other’, select audio input device and shotcut just crashes, every time!

It is working for me with a Logitech C920 webcam on a M1 Mac Mini running macOS 11.6.1. Maybe you did not give the Shotcut app permission in macOS’ Privacy Settings

That may be the problem, however Shotcut doesn’t show in the list of apps requesting Mic access!
Can’t find a way to add it at the moment either.

Are you using a build signed and notarized by us? The notarization process includes the entitlements to request access to audio and camera input

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>com.apple.security.cs.allow-jit</key>
	<true/>
	<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
	<true/>
	<key>com.apple.security.cs.disable-library-validation</key>
	<true/>
	<key>com.apple.security.device.audio-input</key>
	<true/>
	<key>com.apple.security.device.camera</key>
	<true/>
</dict>
</plist>

I’m on version 21.12.24, is that OK? Where in the program can I check that code? Thanks

OK, have added that code in the plist file, will test it out later.

This post was flagged by the community and is temporarily hidden.