Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unstoppablemango/audio
https://github.com/unstoppablemango/audio
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/unstoppablemango/audio
- Owner: UnstoppableMango
- License: gpl-3.0
- Created: 2023-02-26T03:09:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:08:22.000Z (about 2 months ago)
- Last Synced: 2024-10-29T12:13:01.662Z (about 2 months ago)
- Language: F#
- Size: 25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# UnMango .NET Audio Metadata Library
A .NET library for parsing audio metadata. Written in F#, but intended to be used by either F# or C#.
The primary package is `UnMango.Audio` which will contain all of the metadata functionality.
## Project goals
- Read metadata
- Flac
- Vorbis
- Mp3
- Wav
- Write metadata
- Flac
- Vorbis
- Mp3
- Wav
- Read from file
- Read from `Stream`
- Read from `ReadOnlySpan`
- Low allocation
- Low and high level read/write APIs
- DI friendly API
- Idiomatic F# and C# APIs## Possible features
- Additional audio formats
- Read partial `Stream`
- Read stream data## Contributing
Check out the documentation in the [Contributing](./docs/Contributing.md) file.