feat: extract audio conversion to separate class and refine audio extraction

This commit is contained in:
Stevan Freeborn
2025-07-27 23:33:05 -05:00
parent a53b3893ad
commit a1864371dd
10 changed files with 199 additions and 35 deletions
@@ -0,0 +1,10 @@
namespace StreamShorts.Library.Tests.Unit.Media.Audio;
public class AudioConverterTests
{
[Fact]
public void Test()
{
throw new NotImplementedException();
}
}