feat: extract audio conversion to separate class and refine audio extraction
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace StreamShorts.Library.Tests.Unit.Media.Audio;
|
||||
|
||||
public class AudioConverterTests
|
||||
{
|
||||
[Fact]
|
||||
public void Test()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user