Hi, i have a project that needs to convert an ASCII text file or a BIN file to a WAV file. I understand the formats of the files but my coding is not very strong.
I can read the ASCII file, that contains a series of floats. this then needs to be converted to a byte array where it can then be used to create a WAV file. I found the NAudio library and was wondering if this is possible in NAudio and if anyone can highlight techniques that could help me i would be very greatfull
Mike