Search
Follow Us
Categories
- News Release(3)
Tag Archives: Extract Metadata of WAV file in CSharp
Extract RIFF INFO and Metadata of WAV files in C#
RIFF (Resource Interchange File Format) is a file container format for storing data as tagged chunks. It is mainly used to store multimedia like video and audio. The chunk may include information such as the artist, the creation date, and copyright information, etc. This article will be guiding developers to extract metadata and RIFF INFO from the WAV audio files in C#.
The following topics will be covered in the article in brief:
- .NET API for Managing Metadata
- Extract Metadata of WAV Files in C#
- Extract RIFF INFO of WAV Files in C#