Skip to content

autoeq-download-speakers

Downloads speaker frequency response measurements from the spinorama.org API. Measurements are saved as CSV files for use with autoeq or roomeq.

autoeq-download-speakers [OPTIONS]
FlagTypeDefaultDescription
-f / --forceboolfalseRe-download measurements that already exist locally
-s / --speakerstringFilter by speaker name (case-insensitive substring match)

Download all measurements:

Terminal window
autoeq-download-speakers

Download only measurements matching “kef”:

Terminal window
autoeq-download-speakers --speaker kef

Force re-download of all KEF measurements:

Terminal window
autoeq-download-speakers --speaker kef --force

Measurements come from https://api.spinorama.org. The tool fetches all speaker names, then downloads measurement versions and CSV data for each. Measurements are saved to the current directory.

Use the downloaded files as --curve input for autoeq or in roomeq config speakers paths.