Here is a Python script (link here) that can convert a WAV file to CSV format so that your data becomes compatible with Qeexo AutoML. Depending on the original frequency of the sound file, the script conducts re-sampling to 16kHz, which is the ODR we work with.
If your sound files are in MP3 format, we recommend using ffmpeg to convert them to WAV files first before feeding them to this python script.
Please contact [email protected] if you have more questions on this.