Hi @Emin,
eIQ portal is only able to train on image-based datasets for now.
If you have your own pretrained model you'r like to use, you can have a look at the KWS example, which is working with microphone input and might give you some idea on how to load data into a spoken-word classification model.
As far as I'm aware, we don't have any sound related step by step guide but the process is the same as with images in principle. You just do different preprocessing on the input before you load it in the model and that preprocessing will be specific to your usecase. (You basically need to reproduce the same preprocessing that was performed on the training dataset.)
The two guides you attached are outdated now and they tell you how to port an existing SDK example to a different MCU, which doesn't have eIQ support by default. RT1064 does have eIQ support in the SDK so you don't need to do this porting yourself.
Best Regards,
David