How to Export to FLAC with Padding?

Sorry, I did not understand by “I already tried to edit a chain in which I export to FLAC, but it does not allow to add parameters either” that a Chain was mandatory to what you are doing.

Chains don’t allow modification of metadata when exporting (though if you apply a Chain to files the existing metadata in those files is retained).

And Chains don’t have an “Export (external program)” command.

Yes - Audacity Manual does say in a green box

Metadata Editor does not appear before command-line exports, nor are any tags it already contains passed to the external program.


I’m sure it’s possible, but Audacity cannot do it yet. All (external program) could do is read the contents of Metadata Editor. This is a problem for projects containing multiple files because we do not yet have metadata-reading per track. So, Metadata Editor contains metadata only for the last file imported into the project window.

Do you want to “vote” for an enhancement that (external program) reads the contents of Metadata Editor? This still raises issues of how to handle a user adding the same tag with another value than is already present. Vorbis Comments that FLAC uses are OK with multiple instances of a tag with different values, but that may be a problem for other tagging systems.

Do you also want to “vote” for Chains supporting “Export (external program)”?

“Voting” is just a tally we keep that lets the developers know how “popular” requests are. It doesn’t necessarily mean a feature will be implemented.

Steve’s ReplayGain Nyquist plugin can be added to an Audacity Chain (if that is what you mean).

And as I said, a Chain applied to files (not to projects) should retain the current metadata.

So, can you then use metaflac.exe that comes with the Windows FLAC binaries http://downloads.xiph.org/releases/flac/flac-1.3.1-win.zip? You could make a batch script to run metaflac.exe on a list of files or a folder of files.


Gale