Feat: mixed bag

This commit is contained in:
2026-02-25 20:31:36 +01:00
parent a6ff19bb08
commit 0119988d7c
25 changed files with 246 additions and 10 deletions

View File

@@ -210,6 +210,7 @@ pub fn init(args: InitArgs) -> Init {
initial_samples,
Arc::clone(&audio_sample_pos),
stream_error_tx,
&app.audio.config.sample_paths,
) {
Ok((s, info, analysis, registry)) => {
app.audio.config.sample_rate = info.sample_rate;