[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding id3 type tags to flac, wav, or mp3 files
From: |
Mike Miller |
Subject: |
Re: Adding id3 type tags to flac, wav, or mp3 files |
Date: |
Sat, 25 Apr 2015 14:20:48 -0400 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sat, Apr 25, 2015 at 11:55:51 -0400, RT wrote:
> How can I go about adding id3 type tags to audio files like flac, wav, or
> mp3 files I create in octave 3.8.1? I would like to add an Album name and
> or Artist Name to my audio file.
With Octave 4.0.0 you can use the audiowrite function to write a sound
file and include metadata tags for title, artist, and comment in the
file. Is that what you're looking for?
HTH,
--
mike