Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

BrainCrumbz/NAudio-JoinWavToWma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages