Paul Voelker
Paul Voelker
I'm using your library to implement a set of local data stores. I love this library and the implementation. I am seeing a behavior I am trying to resolve as...
Centralize logic to convert an audio file extension into an audio file type into a class 'AudioFileExtensions' with test cases around it. Enhance 'AudioFileReader' class to allow a stream to...
I have a file format that embeds byte arrays of sound files. I would like to AudioFileReader with a byte array. Is there currently a way to do this? It...