Run audio analysis and Whisper concurrently

This commit is contained in:
2026-04-27 16:18:45 +02:00
parent 427a28ac6b
commit 4a7f84d455
2 changed files with 64 additions and 30 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ pub use constants::{
UPLOAD_PATH,
};
pub use oneliners::{ONELINER_FILENAME, ONELINERS_PATH, OnelinerEntry, OnelinersResponse};
pub use recordings::{RECORDING_META_SUFFIX, RecordingMeta, Transcript, TranscriptState};
pub use recordings::{Loudness, RECORDING_META_SUFFIX, RecordingMeta, Transcript, TranscriptState};
pub use timestamp::{filename_stem_to_recorded_at, now_rfc3339, recorded_at_to_filename_stem};
pub use url::join_url;