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
The function multicpu_extract_rois allows to extract ROIs directly from a directory. However, if it appears that the audio files are encoded using the wav format this does not work because the default audio_format parameter of the grab_audio_to_df is set to mp3.
It would be cool to add an audio_format parameter to the multicpu_extract_rois function in order to allow the user to change it to wav if the directory to process contains only wav files.
The text was updated successfully, but these errors were encountered:
The function
multicpu_extract_rois
allows to extract ROIs directly from a directory. However, if it appears that the audio files are encoded using thewav
format this does not work because the defaultaudio_format
parameter of thegrab_audio_to_df
is set tomp3
.It would be cool to add an
audio_format
parameter to themulticpu_extract_rois
function in order to allow the user to change it towav
if the directory to process contains onlywav
files.The text was updated successfully, but these errors were encountered: