csb64enc
Converts a binary file to a Base64 encoded text file.
The csb64enc utility generates a Base64 encoded text file from a binary file, such as a standard MIDI file (.mid) or any type of audio file. It is useful to convert a file in the format accepted by the <CsFileB> section of a csd file, to include the file within it.
Syntax
Initialization
Flags:
- -w n = set line width of the output file to n (default: 72)
- -o fname = output file name (default: stdout)
Examples
This command produces a Base64 encoded text file from the standard MIDI file file.mid. This file can now be pasted within a csd file's <CsFileB> section.
See also
Credits
Author: Istvan Varga
Jan 2003