Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altic-dev/FluidVoice
/ functions
Functions
2,803 in github.com/altic-dev/FluidVoice
⨍
Functions
2,803
◇
Types & classes
661
↓ 4 callers
Method
significantTokenIndex
(before index: Int, in tokens: [Token])
Sources/Fluid/Services/ASRService+SpokenPunctuationFormatting.swift:690
↓ 4 callers
Method
start
(deviceID: AudioObjectID, deviceName: String, reason: String)
Sources/Fluid/Services/DirectCoreAudioInput.swift:807
↓ 4 callers
Method
stopActiveAudioCapture
(retainDirectPreparedCapture: Bool, reason: String)
Sources/Fluid/Services/ASRService.swift:1049
↓ 4 callers
Method
stopAndProcessTranscription
(route: DictationOutputRoute)
Sources/Fluid/ContentView.swift:2034
↓ 4 callers
Method
updateAnchor
(selectorFrameInScreen: CGRect, parentWindow: NSWindow?, maxWidth: CGFloat, menuGap: CGFloat)
Sources/Fluid/Views/BottomOverlayView.swift:815
↓ 4 callers
Method
updateMenuItemsText
()
Sources/Fluid/Services/MenuBarManager.swift:581
↓ 4 callers
Method
withPromptSettingsRestored
(run: () -> Void)
Tests/FluidDictationIntegrationTests/LLMClientRequestBodyTests.swift:173
↓ 3 callers
Method
activateProvider
(_ providerID: String)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:1931
↓ 3 callers
Method
addAppPromptBinding
(for mode: SettingsStore.PromptMode, appBundleID: String, appName: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1757
↓ 3 callers
Method
appTheme
Applies an app theme to the view hierarchy.
Sources/Fluid/Theme/ThemeEnvironment.swift:16
↓ 3 callers
Method
appendDiagnosticLog
(_ message: String)
Sources/Fluid/Services/RewriteModeService.swift:416
↓ 3 callers
Method
appendUnlocked
(line: String)
Sources/Fluid/Services/FileLogger.swift:86
↓ 3 callers
Method
applyContinuousDictationFormatting
Applies split continuous-dictation formatting so transcribed segments chain naturally. Spacing and context-aware capitalization are independently cont
Sources/Fluid/Services/ASRService.swift:4691
↓ 3 callers
Method
applyDictationLiteralFormatting
(_ text: String, appName: String?, bundleID: String?, windowTitle: String?)
Sources/Fluid/Services/ASRService+DictationLiteralFormatting.swift:24
↓ 3 callers
Method
applySizing
()
Sources/Fluid/Theme/Components/WindowSizingComponents.swift:92
↓ 3 callers
Method
artifactsDirectory
(for model: SettingsStore.SpeechModel, spec: ExternalCoreMLASRModelSpec)
Sources/Fluid/Services/ExternalCoreMLTranscriptionProvider.swift:314
↓ 3 callers
Method
assertAllSamples
(_ samples: [Float], equalTo expected: Float, accuracy: Float)
Tests/FluidDictationIntegrationTests/AudioBufferConverterTests.swift:95
↓ 3 callers
Method
assessShortAudioSilence
(_ samples: [Float], sampleRate: Int)
Sources/Fluid/Services/ASRService.swift:98
↓ 3 callers
Method
assignRecordedShortcut
(_ shortcut: HotkeyShortcut, to target: ShortcutRecordingTarget)
Sources/Fluid/ContentView.swift:1056
↓ 3 callers
Method
audioBudgetText
(for value: Double)
Sources/Fluid/UI/SettingsView.swift:1922
↓ 3 callers
Method
audioFileExists
(for entry: TranscriptionHistoryEntry)
Sources/Fluid/Persistence/DictationAudioHistoryStore.swift:80
↓ 3 callers
Method
audioUsageBytes
()
Sources/Fluid/Persistence/DictationAudioHistoryStore.swift:144
↓ 3 callers
Method
baseEditPromptText
Hidden base prompt for edit mode (role/intent only).
Sources/Fluid/Persistence/SettingsStore.swift:954
↓ 3 callers
Method
beginPrivateAIAction
()
Sources/Fluid/UI/OnboardingAIEnhancementStepView.swift:1338
↓ 3 callers
Method
bindingTarget
(from application: NSRunningApplication)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:2000
↓ 3 callers
Method
bringMainWindowToFrontIfPresent
()
Sources/Fluid/AppDelegate.swift:314
↓ 3 callers
Method
buildResponsesBody
(_ config: Config)
Sources/Fluid/Services/LLMClient.swift:361
↓ 3 callers
Method
cacheCurrentDeviceList
(_ devices: [AudioDevice.Device])
Sources/Fluid/Services/ASRService.swift:3848
↓ 3 callers
Method
cachedPayloadContainsMarkup
Returns `true` if any cached payload under `relativePaths` (each resolved against `root`) is an HTML/markup document rather than real model data — the
Sources/Fluid/Networking/ModelDownloader.swift:488
↓ 3 callers
Method
canRemoveInstalledModel
(_ model: PrivateAIRegisteredModel)
Sources/Fluid/Services/PrivateAIIntegrationService.swift:264
↓ 3 callers
Method
cancelAndAwaitPending
()
Sources/Fluid/Services/ASRService.swift:32
↓ 3 callers
Method
cancelAudioRouteRecoveryAndWait
Cancels a sleeping or active recovery and waits until any detached engine release has drained. Start/stop paths use this to avoid racing a route rebui
Sources/Fluid/Services/ASRService.swift:3111
↓ 3 callers
Method
canonicalModelID
(for value: String)
Sources/Fluid/Services/PrivateAIProvider.swift:175
↓ 3 callers
Method
captureFocusedTextSnapshot
()
Sources/Fluid/Services/TypingService.swift:1066
↓ 3 callers
Method
captureRecordingContext
()
Sources/Fluid/ContentView.swift:1657
↓ 3 callers
Method
checkAndUpdate
(owner: String, repo: String, includePrerelease: Bool)
Sources/Fluid/Services/SimpleUpdater.swift:334
↓ 3 callers
Method
clearBoostTermFields
()
Sources/Fluid/UI/CustomDictionaryView.swift:1757
↓ 3 callers
Method
clearCommandOutput
Clear command output and hide expanded view
Sources/Fluid/Views/NotchContentViews.swift:239
↓ 3 callers
Method
clearModelCache
()
Sources/Fluid/Services/ASRService.swift:4270
↓ 3 callers
Method
clearPunctuationRuleFields
()
Sources/Fluid/UI/CustomDictionaryView.swift:1696
↓ 3 callers
Method
coherePromptIDsForCurrentLanguage
()
Sources/Fluid/Services/ExternalCoreMLTranscriptionProvider.swift:408
↓ 3 callers
Method
confirmActiveSelection
(uid: String?, name: String?)
Sources/Fluid/Services/MicrophonePreferenceCoordinator.swift:259
↓ 3 callers
Method
connectionErrorMessage
(for providerID: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:306
↓ 3 callers
Method
consumeLastCompletedAudioSnapshot
()
Sources/Fluid/Services/ASRService.swift:1142
↓ 3 callers
Method
createNewChat
Create a new chat and set it as current
Sources/Fluid/Persistence/ChatHistoryStore.swift:142
↓ 3 callers
Method
currentDictationShortcutSlot
(for mode: ActiveRecordingMode)
Sources/Fluid/ContentView.swift:3694
↓ 3 callers
Method
deactivate
()
Sources/Fluid/Services/DictationPromptTestCoordinator.swift:30
↓ 3 callers
Method
defaultEditPromptBodyText
Built-in default edit prompt body.
Sources/Fluid/Persistence/SettingsStore.swift:1007
↓ 3 callers
Method
dictationPromptDisplayName
(for slot: DictationShortcutSlot, appBundleID: String?)
Sources/Fluid/Persistence/SettingsStore.swift:709
↓ 3 callers
Method
dictationPromptSelection
(for slot: SettingsStore.DictationShortcutSlot)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1884
↓ 3 callers
Method
dictionaryInputChrome
(minHeight: CGFloat)
Sources/Fluid/UI/CustomDictionaryView.swift:2453
↓ 3 callers
Method
directCoreAudioDeviceSelection
(excluding excludedUIDs: Set<String>)
Sources/Fluid/Services/ASRService.swift:927
↓ 3 callers
Method
dismissPromptHoverMenu
()
Sources/Fluid/Views/NotchContentViews.swift:607
↓ 3 callers
Method
dismissTextFocusOnBackgroundTap
()
Sources/Fluid/UI/CustomDictionaryView.swift:2457
↓ 3 callers
Method
download
(from url: URL, configuration: URLSessionConfiguration, onProgress: @escaping @Sendable (Int64, Int64) -> Void
Sources/Fluid/Networking/ModelDownloader.swift:728
↓ 3 callers
Method
effectiveSystemPrompt
(for mode: PromptMode, appBundleID: String?)
Sources/Fluid/Persistence/SettingsStore.swift:1229
↓ 3 callers
Method
elapsedMilliseconds
(since start: ContinuousClock.Instant)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:1263
↓ 3 callers
Method
elapsedMs
(since start: TimeInterval)
Sources/Fluid/Services/NotchOverlayManager.swift:502
↓ 3 callers
Method
encode
(_ document: DictionaryTransferDocument)
Sources/Fluid/Services/DictionaryTransferService.swift:247
↓ 3 callers
Method
endReleaseTransition
(flushDeferredUpdate: Bool)
Sources/Fluid/Views/BottomOverlayView.swift:305
↓ 3 callers
Method
enhanceDictation
(_ inputText: String, runtime: PrivateAIIntegrationService.RuntimeConfiguration, context: PrivateAIIntegration
Sources/Fluid/Services/PrivateAIProvider.swift:222
↓ 3 callers
Method
ensureKeychainAccessForAPIKeyEdit
()
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:610
↓ 3 callers
Method
ensureVocabularyFileExists
()
Sources/Fluid/Services/ParakeetVocabularyStore.swift:105
↓ 3 callers
Method
error
(status: OSStatus, operation: String, detail: String?)
Sources/Fluid/Services/DirectCoreAudioInput.swift:353
↓ 3 callers
Method
errorMessage
(for error: Error)
Sources/Fluid/UI/OnboardingAIEnhancementStepView.swift:1375
↓ 3 callers
Method
errorMessage
(for error: Error)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:1246
↓ 3 callers
Method
evaluate
Mirrors the decision logic of `handleModifierOnlyShortcutFlagsChanged`. Branch 1 handles shortcuts that carry explicit modifier key codes (e.g. a capt
Sources/Fluid/Services/GlobalHotkeyManager.swift:59
↓ 3 callers
Method
failureMessage
(for modelID: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsView.swift:59
↓ 3 callers
Method
fetchAllKeys
()
Sources/Fluid/Persistence/KeychainService.swift:60
↓ 3 callers
Method
fetchModelsForCurrentProvider
()
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1153
↓ 3 callers
Method
fingerprint
(baseURL: String, apiKey: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1347
↓ 3 callers
Method
finishCapture
()
Sources/Fluid/Services/AutomaticDictionaryTrainingSession.swift:261
↓ 3 callers
Method
finishProcessingKeepingOverlayVisible
Ends processing without dismissing an actionable overlay, such as the AI fallback state that offers reprocessing and settings actions.
Sources/Fluid/Services/MenuBarManager.swift:417
↓ 3 callers
Method
flush
()
Sources/Fluid/ContentView.swift:64
↓ 3 callers
Method
formattedTimeSaved
Formatted time saved string (e.g., "2h 45m" or "45m")
Sources/Fluid/Persistence/TranscriptionHistoryStore.swift:480
↓ 3 callers
Method
friendlyModeName
(_ mode: SettingsStore.PromptMode)
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:1622
↓ 3 callers
Method
fromBundle
()
Sources/Fluid/Analytics/AnalyticsConfig.swift:10
↓ 3 callers
Function
fv_core_audio_capture_is_running
Sources/CoreAudioCaptureSupport/CoreAudioCaptureSupport.c:576
↓ 3 callers
Method
getString
Get a string argument by key
Sources/Fluid/Services/LLMClient.swift:100
↓ 3 callers
Method
getSystemFocusedElementAndPID
()
Sources/Fluid/Services/TypingService.swift:1033
↓ 3 callers
Method
handle
(_ request: LocalAPI.Request)
Sources/Fluid/Services/LocalAPI/LocalAPIModels.swift:99
↓ 3 callers
Method
handleModifierOnlyShortcutFlagsChanged
(behavior: ModifierOnlyShortcutBehavior, keyCode: UInt16, modifiers: NSEvent.ModifierFlags)
Sources/Fluid/Services/GlobalHotkeyManager.swift:1692
↓ 3 callers
Method
hasProviderAPIKeyDraft
(for providerID: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:706
↓ 3 callers
Method
hide
()
Sources/Fluid/Views/AutomaticDictionaryCorrectionOverlay.swift:103
↓ 3 callers
Method
hideOverlayAfterOutput
()
Sources/Fluid/ContentView.swift:2462
↓ 3 callers
Method
hideRecordingOverlayImmediately
(reason: String)
Sources/Fluid/Services/MenuBarManager.swift:296
↓ 3 callers
Method
isAppManagedArtifactsDirectory
(_ directory: URL)
Sources/Fluid/Services/ExternalCoreMLModelRegistry.swift:112
↓ 3 callers
Method
isChangeInsideInsertedRange
(_ change: AutomaticDictionaryTextChange, insertedRange: NSRange, allowsInsertionAtEnd: Bool)
Sources/Fluid/Services/AutomaticDictionaryCorrectionTracker.swift:63
↓ 3 callers
Method
isCommandModeProviderVerified
(_ providerID: String)
Sources/Fluid/Persistence/SettingsStore+CommandMode.swift:97
↓ 3 callers
Method
isEventTapEnabled
()
Sources/Fluid/Services/GlobalHotkeyManager.swift:1993
↓ 3 callers
Method
isInputDeviceAlive
Reads the liveness value captured by the latest background hardware refresh.
Sources/Fluid/Services/AudioDeviceService.swift:225
↓ 3 callers
Method
isInputDeviceUsable
(_ device: AudioDevice.Device)
Sources/Fluid/Services/MicrophonePreferenceCoordinator.swift:9
↓ 3 callers
Method
isJSON
(_ request: LocalAPI.Request)
Sources/Fluid/Services/LocalAPI/InferenceAPIController.swift:154
↓ 3 callers
Method
isLoaded
(_ modelID: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsView.swift:47
↓ 3 callers
Method
isLoading
(_ modelID: String)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsView.swift:37
↓ 3 callers
Method
isLocalEndpoint
Check if a URL is a local/private endpoint
Sources/Fluid/Services/LLMClient.swift:958
↓ 3 callers
Method
isModelPreparationCancellation
(_ error: Error)
Sources/Fluid/Services/ASRService.swift:4232
↓ 3 callers
Method
isOnboardingModelSelected
(_ model: SettingsStore.SpeechModel)
Sources/Fluid/UI/WelcomeView.swift:2015
↓ 3 callers
Method
isPrivateAIModelVerified
(_ model: PrivateAIRegisteredModel)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:1080
↓ 3 callers
Method
isPrivateAIPromptAvailable
()
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1872
← previous
next →
301–400 of 2,803, ranked by callers