Sponsor:

Your company here, and a link to your site. Click to find out more.

spa-resample - Man Page

The PipeWire resampler debugging utility

Synopsis

spa-resample [Options] INFILE OUTFILE

Description

Use the PipeWire resampler to resample input file to output file, following the given options.

This is useful only for testing the resampler.

Options

-r RATE | --rate=RATE

Output sample rate.

-f FORMAT | --format=FORMAT

Output sample format (s8 | s16 | s32 | f32 | f64).

-q QUALITY | --quality=QUALITY

Resampler output quality (0-14).

-c FLAGS | --cpuflags=FLAGS

See spa/support/cpu.h.

-h

Show help.

-v

Verbose operation.

Examples

spa-resample -r 48000 -f s32 in.wav out.wav

Authors

The PipeWire Developers <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is available from <https://pipewire.org>

See Also

pipewire(1)

Info

1.0.5 PipeWire