Added audio player logic and tests.

This commit is contained in:
2025-02-24 00:15:17 -05:00
parent f8cda3105a
commit 3c2c39e659
14 changed files with 1174 additions and 41 deletions

View File

@@ -0,0 +1,7 @@
namespace Harmonia.Core.Player;
public enum PlaybackMode
{
LoadOnly,
LoadAndPlay
}