Refactor Audio Plaback layers for simplification and improved maintenance

This commit is contained in:
daniel-c-harvey
2025-09-13 08:26:12 -04:00
parent 9ac2c9182a
commit 0f0fd828d2
16 changed files with 545 additions and 534 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ public static class Startup
});
services.AddScoped<TrackMediaClient>();
services.AddScoped<AudioInteropService>();
services.AddTransient<AudioPlaybackEngine>();
// AudioPlaybackEngine removed - functionality merged into AudioPlayerService
}
}