Finn Voorhees
Finn Voorhees
https://github.com/argmaxinc/WhisperKit/blob/fed90c7c0727eb9f460d2a1226e0cbd5abf75141/Sources/WhisperKit/Core/AudioProcessor.swift#L197-L217 Creating an `AVAudioPCMBuffer` for the whole input audio buffer can easily surpass iOS memory limits. Attempting to transcribe a 44100hz, 2 channel, ~1hr long video crashes on iOS due...
Fixes `usingSafeArea` on macOS
Currently there doesn't seem to be a way to get the current transcription progress to display. This adds a `Progress` to WhisperKit for easily displaying transcription progress in a ProgressView...
### Description I have been trying to test out using `RiveRenderer` to render to a `CGContext`, but when I add a reference to `RiveRenderer` anywhere the project no longer builds...
I am trying to live render a Rive animation onto a video using `RiveRenderer` and a custom `AVComposition`. This will be displayed in a player that has scrubbing and rewind,...
Hi! The new buildFilesAreOrderedRule looks great, and I would love to add an optional rule to ensure files in a group are sorted alphabetically, but actually correcting these issues manually...
Will need changes in the Playdate SDK to support: https://devforum.play.date/t/logtoconsole-without-a-linebreak/1819 ```swift @_silgen_name("putchar") public func putchar(char: CInt) -> CInt { var char: [CChar] = [CChar(char), 0] System.log(&char) return 0 } ```
- [ ] Debugging with Xcode - [ ] Game Resources and Metadata - [ ] The PDC plugin
> `Missing Swift module or Clang module found for "playdatekit_simulator", "imported" via SwiftDWARFImporterDelegate. Hint: Register Swift modules with the linker using -add_ast_path.`