BrainCrumbz / NAudio-JoinWavToWma

Several attempts to join WAV audio files into WMA output file using NAudio library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Quick intro

This Visual Studio 2013 solution is a Proof-of-Concept showing how to successfully manage to read a number of WAV audio files from disk and concatenate them in memory, finally writing the result into an output WMA audio file.

The solution is a WPF application showing just a panel with buttons, each one launching one of the tentative implementations tried to get the right result. Without much ado, we tell you right away that what has worked for us is on the last row, that is using NAudio MediaFoundation API with an implicit or explicit WMA encoder. You can see those highlighted in the following screenshot:

mainwindow-screenshot

HTH

About

Several attempts to join WAV audio files into WMA output file using NAudio library

License:MIT License


Languages

Language:C# 100.0%