Sorry if I missed this information, but I didn’t manage to find anything about how to show embed images in search result, is that even possible?
In certain posts I’d like to add “speakers” by placing them in the beginning of such post and hopefully get something like this to show up (the middle one): https://i.imgur.com/B3HKOlC.png
Well, if the image URLs are stored in a custom field, then you can use the advanced title and content field features to alter the output.
For programmatical changes, I suggest using the asp_results hook – there you can programmatically fetch the images needed, and add an output HTML to the $r->content field.
For even more specific changes use the results templating feature as well, that gives you more control of the actual output.