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.
Synopsis
Section titled “Synopsis”autoeq-download-speakers [OPTIONS]| Flag | Type | Default | Description |
|---|---|---|---|
-f / --force | bool | false | Re-download measurements that already exist locally |
-s / --speaker | string | — | Filter by speaker name (case-insensitive substring match) |
Examples
Section titled “Examples”Download all measurements:
autoeq-download-speakersDownload only measurements matching “kef”:
autoeq-download-speakers --speaker kefForce re-download of all KEF measurements:
autoeq-download-speakers --speaker kef --forceAPI Source
Section titled “API Source”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.