Fix apple silicon flac crash #56
No reviewers
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#56
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-apple-silicon-flac-crash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes FLAC playback crash on Apple Silicon
addObserver
, downgradeoptions
fromNSNumber *
toNSKeyValueObservingOptions
(akaNSUInteger
)Not sure why this would be specific to Apple Silicon, but it did fix FLAC playback on my DTK. Doesn't seem related to libFLAC on ARM.
This reverts last night's changes to
FlacDecoder.m
. Even if you continue using Core Audio for FLAC Decoding, this change should help with formats that useCogPluginMulti.m
¯\(ツ)/¯.Thanks!