Skip to content

Fixed parameters for test_measure_mips #274

@xalbertoisorna

Description

@xalbertoisorna

The test parameters for test_measure_mips are currently hardcoded, leading to a fixed execution time that can be quite long when running the test locally. It would be useful to allow specifying parameters via a JSON file (similar to the basic mic array example) or through CLI arguments, so users can reduce the test set or define custom parameters.

mics = [1, 2]
pdmrx = ["isr", "thread"]
fs = [16000, 32000, 48000]

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions