Skip to content

Commit 287470d

Browse files
format swift source
1 parent 5e128d5 commit 287470d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

native/WispAudioKit/Sources/WispAudioKit/TranscriptionPipeline.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public final class TranscriptionPipeline: @unchecked Sendable {
2929
public let label: String
3030
public let wavURL: URL
3131

32-
public var sourceFormat: AVAudioFormat { converterLock.withLock { $0.sourceFormat } }
32+
public var sourceFormat: AVAudioFormat {
33+
converterLock.withLock { $0.sourceFormat }
34+
}
3335

3436
private let analyzer: SpeechAnalyzer
3537
private let transcriber: SpeechTranscriber

0 commit comments

Comments
 (0)