4
Shouts

Alvas.Net Blog: ID3 tags for Wave files.

posted by alvasalvas 838 days, 19 hours, 42 minutes ago
Friday, January 29, 2010 7:02:36 AM GMT

ID3 (Identify a MP3) is metadata container most often used for MP3 audio files. ID3 signature contains information about the title track, album, artist name, etc. about the file to be stored in the file itself. Please see ID3.

Wave files can also store metadata similar ID3.

The code below shows how to add, delete, and read metadata from the Wav files.

        privatevoid WaveTag()         {             string fileName = "in.wav";             WaveReadWriter wrw = newWaveReadWriter(File.Open(...

category: Foundation | clicked: 0 | | source: alvasnet.blogspot.com | show counter code
tags: Audio&Multimedia

No comments yet, be the first one to post comment.

To post your comment please login or signup