.net - WinRt C# Audio Library -


i looking develop app in c# winrt, wondering libraries available playback , complicated manipulation. looking free library allows extensive list of audio formats played (for example mp3, wma, wav, ogg, etc.) , analyzed. thats pretty basic functionality need. if picky, library can convert audio files between formats handy. doing google search came across naudio library, not compatible winrt.thanks tips or advice on this.

the current alpha build of naudio 1.7 (available via nuget) contain windows rt assembly , source code includes simple demo of playback , recording windows store app. since uses media foundation, you'll able play of file types suggested (although ogg won't supported out of box), , can construct audio pipeline access audio floating point samples analysis.

things aren't supported using media foundation encoders encode, , various reader/writer classes need re-written use winrt asynchronous streams , file i/o apis instead of regular .net ones. these features added library soon.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -