Josscii
Josscii
如题,不知道你有没有发现这个问题? 
during file transcribe, it is more convenient if we can get callback of a TranscriptionSegment, the TranscriptionProgress is not that helpful.
https://github.com/argmaxinc/WhisperKit/blob/3ebfa142a0e181668882e8e1c54088a528e2907b/Sources/WhisperKit/Core/Audio/AudioProcessor.swift#L416-L426
### bug description Tried a lot of bilibili video links on cobalt.tools, it report error as follows: `i don't see anything i could download by your link. try a different...
https://github.com/FlineDev/HandySwiftUI/blob/47dc334071cbee50e84bba7a540954d68acd5a5e/Sources/HandySwiftUI/Modifiers/ViewExt.swift#L234-L245 Is there a specific reason? AnyView seems not good at performance.
ViewBuilder is more recommanded to make conditional views than AnyView.
Describe the bug dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "channel", intValue: nil)], debugDescription: "Failed to decode String value from key: link", underlyingError: nil)) To Reproduce https://feeds.listennotes.com/listen/the-pod-luck-club-RV5g9NISeoB/rss/ Expected behavior parse success Actual behavior parse failed...
Since `ggml-blas` on apple platform use `Accelerate` cblas_sgemm, which require os version to iOS 16.4 or higher, is there any way we can backport for this situation, and support it?