audio-processor-testing-helpers 2.5.0

Collection of testing utilities for audio processors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# audio-processor-testing-helpers

Provides helpers for testing audio processors.

* Drawing charts from a vector with `plotters` - `charts`
* Getting asset paths relative to the crate being tested - `relative_path!`
* Comparing floats - `assert_f_eq`
* Calculating RMS - `rms_level`
* Generating sine buffers - `sine_buffer`
* Generating frequency response charts - `charts`

License: MIT