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
+5 -1
View File
@@ -1,3 +1,6 @@
// DEPRECATED: This class has been replaced by AudioPlayerService
// TODO: Remove after testing new implementation
/*
using DeepDrftModels.Entities;
using NetBlocks.Models;
@@ -128,4 +131,5 @@ public class PlayerService : IPlayerService
await InitializeAsync(_audioEngine);
}
}
}
}
*/