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,4 +1,7 @@
using DeepDrftModels.Entities;
// DEPRECATED: This class has been merged into AudioPlayerService
// TODO: Remove after testing new implementation
/*
using DeepDrftModels.Entities;
using DeepDrftWeb.Client.Clients;
using NetBlocks.Models;
@@ -357,4 +360,5 @@ public class AudioPlaybackEngine : IAsyncDisposable
{
await AudioInterop.DisposePlayerAsync(PlayerId);
}
}
}
*/