No places.

This commit is contained in:
2026-06-10 08:31:47 +02:00
parent 736638f2a4
commit 930903fb42
7 changed files with 77 additions and 63 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ so it can share the same database with the 48 kHz manager.
@section{FLAC 48 kHz manager}
The tool @filepath{flac-48khz-manager.rkt} keeps a FLAC tree at a maximum sample
rate of 48 kHz. Files with a higher sample rate are converted in place through a
worker place. The conversion path uses
rate of 48 kHz. Files with a higher sample rate are converted synchronously by the batch process. The conversion path uses
@racketmodname[racket-audio/audio-encoder] dynamically, so the manager module can
still be compiled on systems where the native audio libraries are not available.