I have a WAV file in bytes array form. I need to convert those bytes to an mp3 file using C# .NET.
how could I accomplish that ?
P.S: I need to be able to use bytes array instead of files.
I have a WAV file in bytes array form. I need to convert those bytes to an mp3 file using C# .NET.
how could I accomplish that ?
P.S: I need to be able to use bytes array instead of files.