You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs it says Sampling rate in Hz. One could evtl. make clear that this is not the sampling rate to be expected from the input signal y e.g. in audinterface.Process.process_signal(y, ...)but the sampling rate that is required by the underlying process (feature extractor or model). Indirectly this becomes clear, since for .process_signal() one separately needs to specify the sampling rate. Nevertheless, this difference could be made more explicit simply by replacing Sampling rate in Hz with Required sampling rate in Hz.
The text was updated successfully, but these errors were encountered:
reichelu
changed the title
slightly ambiguous definition for audinterface.Process.sampling_rate attribute
make definition for audinterface.Process.sampling_rate more explicit
Mar 26, 2024
In the docs it says
Sampling rate in Hz
. One could evtl. make clear that this is not the sampling rate to be expected from the input signaly
e.g. inaudinterface.Process.process_signal(y, ...)
but the sampling rate that is required by the underlying process (feature extractor or model). Indirectly this becomes clear, since for.process_signal()
one separately needs to specify the sampling rate. Nevertheless, this difference could be made more explicit simply by replacingSampling rate in Hz
withRequired sampling rate in Hz
.The text was updated successfully, but these errors were encountered: