Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Format diarizer API comments
  • Loading branch information
SGD2718 committed Mar 25, 2026
commit 1d614c249aecc12ab4de7b85b54ac82cb601ac91
5 changes: 1 addition & 4 deletions Sources/FluidAudio/Diarizer/LS-EEND/LSEENDDiarizerAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,7 @@ public final class LSEENDDiarizer: Diarizer {
return try processLocked()
}

/// Process a chunk of audio in one call.
///
/// Convenience method that combines `addAudio()` and `process()`.
///
/// Add and process a chunk of audio in one call.
/// - Parameters:
/// - samples: Audio samples to process.
/// - sourceSampleRate: Sample rate of `samples`, or `nil` if already at the model rate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,7 @@ public final class SortformerDiarizer: Diarizer {
}
}

/// Process a chunk of audio in one call.
///
/// Convenience method that combines `addAudio()` and `process()`.
///
/// Add and process a chunk of audio in one call.
/// - Parameters:
/// - samples: Audio samples (16kHz mono)
/// - sourceSampleRate: Source audio sample rate
Expand Down
Loading