chore(release): bump version to 1.0.1 (build 27)
Release the current PiP reliability, polish style, macOS dictionary, and UI updates.
This commit is contained in:
@@ -9,9 +9,7 @@ import os
|
||||
public enum FlowPipelineDiagnostics {
|
||||
public static func logDrain(_ report: FlowCaptureDrainReport) {
|
||||
OSGLog.flow.info(
|
||||
"tailDrain duration=\(report.drainDurationSeconds, format: .fixed(precision: 2))s " +
|
||||
"postRoll=\(report.postRollDurationSeconds, format: .fixed(precision: 2))s " +
|
||||
"silenceEnd=\(report.endedBySilence) tailSamples=\(report.tailSampleCount)"
|
||||
"tailDrain duration=\(report.drainDurationSeconds, format: .fixed(precision: 2))s postRoll=\(report.postRollDurationSeconds, format: .fixed(precision: 2))s silenceEnd=\(report.endedBySilence) tailSamples=\(report.tailSampleCount)"
|
||||
)
|
||||
}
|
||||
|
||||
@@ -32,8 +30,7 @@ public enum FlowPipelineDiagnostics {
|
||||
batchLength: Int
|
||||
) {
|
||||
OSGLog.flow.info(
|
||||
"batchFallback samples=\(sampleCount) stitchedLen=\(stitchedLength) " +
|
||||
"partialLen=\(partialLength) batchLen=\(batchLength)"
|
||||
"batchFallback samples=\(sampleCount) stitchedLen=\(stitchedLength) partialLen=\(partialLength) batchLen=\(batchLength)"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// batch ASR fallback when pipelined chunking drops weak tail segments.
|
||||
|
||||
import Foundation
|
||||
import os
|
||||
|
||||
public final class FlowUtterancePCMStore: @unchecked Sendable {
|
||||
private let lock = OSAllocatedUnfairLock()
|
||||
|
||||
Reference in New Issue
Block a user