taglib documentation.
This commit is contained in:
@@ -62,8 +62,8 @@ file extension. Pass @racket['opus] or @racket['flac] to force a backend.
|
||||
When @racket[copy-tags?] is true, common textual tags and an embedded picture
|
||||
are copied from the source file to the destination file. Opus comments and
|
||||
cover art are written before encoding starts through @tt{libopusenc}. FLAC
|
||||
metadata is copied after the encoded file has been written, using the TagLib
|
||||
wrapper.
|
||||
metadata is copied after the encoded file has been written, using the
|
||||
read-write API from @racketmodname[racket-audio/taglib].
|
||||
|
||||
When @racket[progress-callback] is a procedure, it is called with a progress
|
||||
hash during encoding. Progress is based on the number of input frames read from
|
||||
|
||||
Reference in New Issue
Block a user