create npy files for testing the input and output of cacheable functions #25
Labels
easy
opposite of hard
help wanted
Extra attention is needed
python
anything related to the python api or where python code is needed
Milestone
by cacheable I mean the input/output of functions which don't change based off the signal, only it's attributes (the long series of function args such as
fft_size
andwindow_stride
).since these functions don't change based off the signal, they are much easier to test.
the process would be as follows:
it might actually be worth creating a new repository for the python code for doing this as this could potentially be useful to other ndarray-based crates(for example, I mentioned this idea here)
the functions we would want to test are:
filter.mel
function.The text was updated successfully, but these errors were encountered: