CSB64ENC(1) The Canonical Csound Reference CSB64ENC(1)
NAME
csb64enc - Converts a binary file to a Base64 encoded text file. .
DESCRIPTION
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
csb64enc [OPTIONS ... ] infile1 [ infile2 [ ... ]]
INITIALIZATION
Flags:
o - w n = set line width of the output file to n (default: 72)
o - o fname = output file name (default: stdout)
EXAMPLES
csb64enc -w 78 -o file.txt file.mid
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
makecsd
CREDITS
Author: Istvan Varga
Jan 2003
AUTHORS
Barry Vercoe
MIT Media Lab
Author.
Dan Ellis
MIT Media Lab,
Cambridge
Massachussetts
Author.
COPYRIGHT
5.07 06/23/2009 CSB64ENC(1)