From 41dc6186be63ef5e7f4d7776642ac5ab5d7a5d09 Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 14 Apr 2024 14:49:42 +0000 Subject: [PATCH] [bugfix] Support M1 Mac https://github.com/Uberi/speech_recognition/issues/655#issuecomment-1471593282 --- speech_recognition/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/speech_recognition/audio.py b/speech_recognition/audio.py index 4b7a6132..2322f36e 100644 --- a/speech_recognition/audio.py +++ b/speech_recognition/audio.py @@ -280,6 +280,7 @@ def get_flac_converter(): "x86", "x86_64", "AMD64", + "arm64", }: flac_converter = os.path.join(base_path, "flac-mac") elif system == "Linux" and machine in {"i686", "i786", "x86"}: