Skip to content

Commit

Permalink
Merge pull request #745 from ftnext/i655-support-m1-mac
Browse files Browse the repository at this point in the history
Support M1 Mac
  • Loading branch information
ftnext authored Apr 14, 2024
2 parents 53c994f + 41dc618 commit eb3cf1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions speech_recognition/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}:
Expand Down

0 comments on commit eb3cf1e

Please sign in to comment.