anki/qt/mac
Damien Elmes 0de24122ad implement a basic native macOS audio recorder
This was motivated by the fact that recording was crashing on the native
M1 build. That ended up being mostly a PEBKAC problem - turns out the
Mac Mini has no built-in microphone 🤦.

I still thinks this has some value though - it doesn't crash in such
cases, and probably doesn't suffer from the problem shown in this thread
either:

https://forums.ankiweb.net/t/anki-crashes-when-trying-to-record-on-mac/14764

For now, this is only enabled when running on arm64. If it turns out to
be reliable, it could be offered as an option on amd64 as well.
2021-12-07 18:48:24 +10:00
..
ankihelper.xcodeproj implement a basic native macOS audio recorder 2021-12-07 18:48:24 +10:00
BUILD.bazel implement a basic native macOS audio recorder 2021-12-07 18:48:24 +10:00
helper_build.py switch AnkiHelper to Swift 2021-12-07 18:48:24 +10:00
README.md switch AnkiHelper to Swift 2021-12-07 18:48:24 +10:00
record.swift implement a basic native macOS audio recorder 2021-12-07 18:48:24 +10:00
theme.swift switch AnkiHelper to Swift 2021-12-07 18:48:24 +10:00

Helper library for macOS-specific functionality.