soxr
This commit is contained in:
@@ -166,9 +166,10 @@ The first backend version supports mono and stereo input.
|
||||
|
||||
The FLAC backend uses the @tt{libFLAC} stream encoder. It writes interleaved
|
||||
integer PCM samples through the FLAC encoder API. When the requested output
|
||||
format differs from the decoded input format, @racketmodname[racket-audio/private/pcm-converter]
|
||||
uses the existing FFmpeg @tt{swresample} layer from
|
||||
@racketmodname[racket-audio/ffmpeg-definitions] to perform PCM normalisation.
|
||||
sample rate differs from the decoded input format, @racketmodname[racket-audio/private/pcm-converter]
|
||||
uses @racketmodname[racket-audio/resampler], backed by @tt{libsoxr}, to perform
|
||||
PCM sample-rate conversion. Channel-count conversion is not handled by this
|
||||
SoXR path; keep the source channel count for encoder-side conversion.
|
||||
|
||||
The following settings are recognised:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user