pysox icon indicating copy to clipboard operation
pysox copied to clipboard

add input_array and sample_rate_in arguments to stat, stats and power…

Open Stephen-Tarr opened this issue 4 years ago • 1 comments

Allow stat(), stats() and power_spectrum() to accept numpy arrays as well as file inputs.

Stephen-Tarr avatar Nov 03 '21 20:11 Stephen-Tarr

Thanks for this PR. This looks great but is not backwards compatible since it modifies the semantics of positional arguments.

v1.5

lostanlen avatar Jan 05 '24 12:01 lostanlen