Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zackriya-Solutions/meetily
/ functions
Functions
2,615 in github.com/Zackriya-Solutions/meetily
⨍
Functions
2,615
◇
Types & classes
647
↳
Endpoints
15
↓ 358 callers
Method
to_string
Convert to string (lowercase)
frontend/src-tauri/src/audio/capture/backend_config.rs:55
↓ 250 callers
Method
error
Error
backend/whisper-custom/server/httplib.h:989
↓ 194 callers
Method
clone
(&self)
frontend/src-tauri/src/audio/buffer_pool.rs:64
↓ 134 callers
Method
as_ref
Get immutable access to the underlying buffer
frontend/src-tauri/src/audio/buffer_pool.rs:95
↓ 133 callers
Method
log
Log a message asynchronously (non-blocking)
frontend/src-tauri/src/audio/async_logger.rs:56
↓ 101 callers
Method
push
Push new audio chunk to the buffer
frontend/src-tauri/src/audio/ffmpeg_mixer.rs:135
↓ 85 callers
Method
get
Get current backend
frontend/src-tauri/src/audio/capture/backend_config.rs:111
↓ 81 callers
Method
read
backend/whisper-custom/server/httplib.h:5310
↓ 65 callers
Method
write
Stream implementation
backend/whisper-custom/server/httplib.h:5279
↓ 52 callers
Method
size
backend/whisper-custom/server/httplib.h:2506
↓ 43 callers
Function
cn
(...inputs: ClassValue[])
frontend/src/lib/utils.ts:4
↓ 43 callers
Method
send
backend/whisper-custom/server/httplib.h:6766
↓ 34 callers
Method
set
Set current backend
frontend/src-tauri/src/audio/capture/backend_config.rs:116
↓ 33 callers
Method
pool
(&self)
frontend/src-tauri/src/database/manager.rs:160
↓ 29 callers
Method
name
Get human-readable name
frontend/src-tauri/src/audio/capture/backend_config.rs:23
↓ 28 callers
Method
elapsed
(&self)
frontend/src-tauri/src/audio/ffmpeg_mixer.rs:43
↓ 26 callers
Method
data
backend/whisper-custom/server/httplib.h:2616
↓ 26 callers
Method
track
(eventName: string, properties?: AnalyticsProperties)
frontend/src/lib/analytics.ts:80
↓ 25 callers
Method
as_str
(self)
frontend/src-tauri/src/whisper_engine/acceleration.rs:27
↓ 24 callers
Method
clear
(&self)
frontend/src-tauri/src/ollama/metadata.rs:110
↓ 22 callers
Method
append
backend/whisper-custom/server/httplib.h:2545
↓ 22 callers
Method
track_event
(&self, event_name: &str, properties: Option<HashMap<String, String>>)
frontend/src-tauri/src/analytics/analytics.rs:128
↓ 21 callers
Method
discover_models
(&self)
frontend/src-tauri/src/whisper_engine/whisper_engine.rs:210
↓ 20 callers
Method
_get_connection
Get a new database connection
backend/app/db.py:162
↓ 19 callers
Function
useConfig
()
frontend/src/contexts/ConfigContext.tsx:548
↓ 18 callers
Method
clear
Clear all buffers in the pool
frontend/src-tauri/src/audio/buffer_pool.rs:58
↓ 18 callers
Function
resolve
(req: Request, value: unknown)
frontend/tests/hooks/paginated-transcripts.test.tsx:51
↓ 18 callers
Function
to_string
backend/whisper-custom/server/httplib.h:1887
↓ 17 callers
Method
flush
Flush any remaining audio and return final speech segments
frontend/src-tauri/src/audio/vad.rs:168
↓ 15 callers
Function
metadata
(id: string)
frontend/tests/hooks/paginated-transcripts.test.tsx:46
↓ 14 callers
Method
parse
backend/whisper-custom/server/httplib.h:4282
↓ 13 callers
Function
useSidebar
()
frontend/src/components/Sidebar/SidebarProvider.tsx:70
↓ 12 callers
Method
add
Add an item to be processed in a batch
frontend/src-tauri/src/audio/batch_processor.rs:92
↓ 12 callers
Method
as_mut
Get mutable access to the underlying buffer
frontend/src-tauri/src/audio/buffer_pool.rs:90
↓ 12 callers
Method
spawn
Spawn the sidecar process
frontend/src-tauri/src/summary/summary_engine/sidecar.rs:279
↓ 12 callers
Method
trackButtonClick
(buttonName: string, location?: string)
frontend/src/lib/analytics.ts:602
↓ 12 callers
Function
update_tray_menu
(app: &AppHandle<R>)
frontend/src-tauri/src/tray.rs:212
↓ 11 callers
Method
load_model
(&self, model_name: &str)
frontend/src-tauri/src/whisper_engine/whisper_engine.rs:296
↓ 11 callers
Method
load_settings
Load notification settings from disk
frontend/src-tauri/src/notifications/settings.rs:130
↓ 11 callers
Method
recv
Wait for the next processed result
frontend/src-tauri/src/audio/post_processor.rs:111
↓ 11 callers
Function
useRecordingState
()
frontend/src/contexts/RecordingStateContext.tsx:53
↓ 10 callers
Function
close_socket
backend/whisper-custom/server/httplib.h:2647
↓ 10 callers
Method
current
()
frontend/src-tauri/src/whisper_engine/acceleration.rs:13
↓ 10 callers
Method
get_current_model
Get the current model name
frontend/src-tauri/src/audio/transcription/engine.rs:32
↓ 10 callers
Method
init
* Initialize database connection
frontend/src/services/indexedDBService.ts:41
↓ 10 callers
Method
into_inner
Consume the wrapper and return the buffer (will not be returned to pool)
frontend/src-tauri/src/audio/buffer_pool.rs:100
↓ 10 callers
Method
run
Run the VAD-driven audio processing pipeline
frontend/src-tauri/src/audio/pipeline.rs:792
↓ 10 callers
Method
sample_rate
Get sample rate
frontend/src-tauri/src/audio_v2/stream.rs:168
↓ 10 callers
Method
stop
Stop the stream
frontend/src-tauri/src/audio/stream.rs:320
↓ 9 callers
Function
clean_llm_markdown_detailed
(raw: &str)
frontend/src-tauri/src/summary/processor.rs:22
↓ 9 callers
Function
create_transcript_segments
Create transcript segments from transcription results. Each tuple is (text, start_ms, end_ms) from VAD timestamps.
frontend/src-tauri/src/audio/common.rs:51
↓ 9 callers
Method
get_header_value
backend/whisper-custom/server/httplib.h:5125
↓ 9 callers
Function
test_engine
()
frontend/src-tauri/src/parakeet_engine/parakeet_engine.rs:1344
↓ 8 callers
Function
build_summary_result_json
( final_markdown: &str, english_markdown: &str, source: SummaryCacheSource, output_language: O
frontend/src-tauri/src/summary/service.rs:141
↓ 8 callers
Function
normaliseLanguageCode
(raw: string | null | undefined)
frontend/src/lib/summary-languages.ts:54
↓ 8 callers
Method
reserve_active_download
(&self, model_name: &str)
frontend/src-tauri/src/whisper_engine/whisper_engine.rs:932
↓ 8 callers
Method
show_notification
Show a notification if all conditions are met
frontend/src-tauri/src/notifications/manager.rs:81
↓ 8 callers
Function
shutdown_socket
backend/whisper-custom/server/httplib.h:2932
↓ 8 callers
Method
transcribe_audio
(&self, audio_data: Vec<f32>, language: Option<String>)
frontend/src-tauri/src/whisper_engine/whisper_engine.rs:668
↓ 8 callers
Method
with_priority
(mut self, priority: NotificationPriority)
frontend/src-tauri/src/notifications/types.rs:71
↓ 8 callers
Method
with_timeout
(mut self, timeout: NotificationTimeout)
frontend/src-tauri/src/notifications/types.rs:76
↓ 7 callers
Function
api_get_transcript_config
( _app: AppHandle<R>, state: tauri::State<'_, AppState>, _auth_token: Option<String>, )
frontend/src-tauri/src/api/api.rs:600
↓ 7 callers
Function
default_output_device
()
frontend/src-tauri/src/audio/core-old.rs:305
↓ 7 callers
Function
find_audio_file
Find audio file in meeting folder Tries common names first, then scans for any file with an audio extension
frontend/src-tauri/src/audio/retranscription.rs:142
↓ 7 callers
Method
getDeviceInfo
()
frontend/src/lib/analytics.ts:270
↓ 7 callers
Function
getDisplayName
(modelName: string)
frontend/src/components/WhisperModelManager.tsx:445
↓ 7 callers
Function
get_model_by_name
Get a specific model by name
frontend/src-tauri/src/summary/summary_engine/models.rs:222
↓ 7 callers
Function
get_speech_chunks_with_progress
Get speech chunks with progress callback and cancellation support The callback receives (progress_percent, segments_found) and returns false to cancel
frontend/src-tauri/src/audio/vad.rs:371
↓ 7 callers
Method
is_paused
(&self)
frontend/src-tauri/src/audio/recording_state.rs:208
↓ 7 callers
Function
sample_cache_source
()
frontend/src-tauri/src/summary/service.rs:788
↓ 7 callers
Method
save_settings
Save notification settings to disk
frontend/src-tauri/src/notifications/settings.rs:144
↓ 7 callers
Method
set_header
backend/whisper-custom/server/httplib.h:5135
↓ 7 callers
Function
strip_leading_title
Strips the first `#` heading line; returns "" if no `#` is found.
frontend/src-tauri/src/summary/service.rs:37
↓ 7 callers
Method
to_whisper_format
Convert decoded audio to Whisper-compatible 16kHz mono f32 format. Performs mono conversion, normalization, and resampling. Large files (>5 min at 48
frontend/src-tauri/src/audio/decoder.rs:48
↓ 6 callers
Method
acquire
Create guard and set flag atomically
frontend/src-tauri/src/audio/import.rs:37
↓ 6 callers
Method
buffer_timeout
Get adaptive buffer timeout range for this device type Returns (min_timeout, max_timeout) in milliseconds These values are based on: - Cap's buffer
frontend/src-tauri/src/audio/device_detection.rs:79
↓ 6 callers
Function
chunked_resample_with_progress
Resample large audio files in fixed-size chunks through the sinc resampler. Processes `input` in 60-second chunks using the high-quality sinc resampl
frontend/src-tauri/src/audio/decoder.rs:126
↓ 6 callers
Method
clone
(&self)
frontend/src-tauri/src/audio/recording_state.rs:411
↓ 6 callers
Method
close
backend/whisper-custom/server/httplib.h:2618
↓ 6 callers
Method
download_model_detailed_from_source
( &self, model_name: &str, model_dir: &Path, base_url: &str, artifacts
frontend/src-tauri/src/parakeet_engine/parakeet_engine.rs:812
↓ 6 callers
Function
fetchModels
()
frontend/src/components/BuiltInModelManager.tsx:50
↓ 6 callers
Function
generate_test_audio_with_speech
Generate synthetic speech-like audio with alternating speech/silence
frontend/src-tauri/src/audio/vad.rs:452
↓ 6 callers
Function
getModelDisplayInfo
(modelName: string)
frontend/src/lib/parakeet.ts:120
↓ 6 callers
Function
getSummaryModelSizeMb
(model: string)
frontend/src/lib/onboarding-summary-model.ts:32
↓ 6 callers
Function
get_template
Load and parse a template by identifier This function implements a fallback strategy: 1. Check user's custom templates directory 2. Check bundled res
frontend/src-tauri/src/summary/templates/loader.rs:95
↓ 6 callers
Method
init
()
frontend/src/lib/whisper.ts:285
↓ 6 callers
Method
is_model_loaded
Check if the engine has a model loaded
frontend/src-tauri/src/audio/transcription/engine.rs:23
↓ 6 callers
Method
process_audio
Process incoming audio samples and return any complete speech segments Handles resampling from input sample rate to 16kHz for VAD processing
frontend/src-tauri/src/audio/vad.rs:92
↓ 6 callers
Function
serve_requests
( expected_responses: Vec<ExpectedResponse>, )
frontend/src-tauri/src/parakeet_engine/parakeet_engine.rs:1298
↓ 6 callers
Function
split
backend/whisper-custom/server/httplib.h:2473
↓ 6 callers
Function
useOnboarding
()
frontend/src/contexts/OnboardingContext.tsx:646
↓ 6 callers
Function
write_summary_language_to_metadata
( folder: &Path, summary_language: Option<&str>, )
frontend/src-tauri/src/summary/metadata.rs:25
↓ 5 callers
Function
decode_url
backend/whisper-custom/server/httplib.h:2395
↓ 5 callers
Method
discover_models
Discover available Parakeet models.
frontend/src-tauri/src/parakeet_engine/parakeet_engine.rs:332
↓ 5 callers
Method
finish_download
( &self, model_name: &str, active_download: &Arc<ActiveDownload>, file_path: &
frontend/src-tauri/src/whisper_engine/whisper_engine.rs:948
↓ 5 callers
Function
focus_main_window
(app: &AppHandle<R>)
frontend/src-tauri/src/tray.rs:394
↓ 5 callers
Function
generate_summary
Generates a summary using the specified LLM provider # Arguments `client` - Reqwest HTTP client (reused for performance) `provider` - The LLM provide
frontend/src-tauri/src/summary/llm_client.rs:259
↓ 5 callers
Method
getAvailableModels
()
frontend/src/lib/whisper.ts:289
↓ 5 callers
Method
get_buffer
Get a buffer from the pool, or create a new one if pool is empty
frontend/src-tauri/src/audio/buffer_pool.rs:22
↓ 5 callers
Method
get_current_resources
(&self)
frontend/src-tauri/src/whisper_engine/system_monitor.rs:77
next →
1–100 of 2,615, ranked by callers