Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naudio/naudio.wma
Windows Media Format SDK Extension for NAudio
https://github.com/naudio/naudio.wma
Last synced: 3 months ago
JSON representation
Windows Media Format SDK Extension for NAudio
- Host: GitHub
- URL: https://github.com/naudio/naudio.wma
- Owner: naudio
- License: mit
- Created: 2015-09-11T21:08:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T16:24:12.000Z (10 months ago)
- Last Synced: 2024-04-11T19:12:23.258Z (10 months ago)
- Language: C#
- Size: 70.3 KB
- Stars: 5
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
NAudio.Wma is an extension to [NAudio](http://github.com/NAudio/NAudio) supporting Windows Media Audio files, created by Yuval Naveh.
Please note that you can read and write WMA files using the regular NAudio library using the `MediaFoundationReader` and `MediaFoundationEncoder` classes. This library should be used if you want to use the Windows Media Format SDK functions directly.
It provides a `WmaFileReader` class for reading WMA Files, and a `WmaWriter` class that allows low-level access to the Windows Media Format SDK.
[![Join the chat at https://gitter.im/naudio/NAudio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/naudio/NAudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)