Josscii
Josscii
+1, saved my day...
What's the relationship of the TranscriptionProgress callback and the TranscriptionSegment callback? Will they callback at the same time? If so, may be merged into one. If not, may be separated.
```swift @inlinable @ViewBuilder func `if`( _ condition: @autoclosure () -> Bool, modifier: (Self) -> M, else alternativeModifier: (Self) -> A ) -> some View { if condition() { modifier(self) }...
``` Rounding buffer frame capacity from 0.36281179138321995 to 0.0 to better fit new sample rate buffer 0 ptr 0x0 size 0 AudioConverter -> 0x303de2490: FillComplexBuffer in-process render returned -50 Failed...
I just fix this by check if capacity == 0, assign it to 1. ```swift if capacity == 0 { capacity = 1 } ```
youtube seems to block the web client streams
I encountered the same issue the other day, and it fixed a few hours later without changing anything, wired.