nog een
This commit is contained in:
@@ -21,9 +21,9 @@ absolute mount points are not stored, and path separators are always `/`.
|
||||
## FLAC 48 kHz manager
|
||||
|
||||
The command keeps a FLAC directory tree at a maximum sample rate of 48 kHz.
|
||||
Files above the configured threshold are converted synchronously by the batch process. The conversion path uses `racket-audio/audio-encoder` dynamically, so the
|
||||
package can still compile on systems where the native audio libraries are not
|
||||
installed yet.
|
||||
Files above the configured threshold are converted in place by a direct call to
|
||||
`racket-audio/audio-encoder`. The conversion code is deliberately synchronous:
|
||||
no places, channels or worker protocol are used.
|
||||
|
||||
Run:
|
||||
|
||||
@@ -63,7 +63,8 @@ as keyword argument:
|
||||
|
||||
Metadata is copied through `racket-audio/taglib` and `racket-audio/audio-encoder`:
|
||||
ordinary TagLib properties are transferred, embedded pictures are transferred,
|
||||
and an additional `FLAC2OPUS` comment is written to mark the conversion.
|
||||
and an additional `FLAC2OPUS` comment is written to mark the conversion. The
|
||||
batch converter itself remains a simple synchronous function call.
|
||||
|
||||
The manager removes target files that belonged to source files which disappeared
|
||||
since the previous run. It deliberately does not mirror its own root-level
|
||||
|
||||
Reference in New Issue
Block a user