Hi,
Try to open mentioned file acm/slideshow/tmpl/style-owl.php and change slideshow options (lines 65-77) into:
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
loop: true,
dots: true,
dotsEach: true,
merge: false,
mergeFit: true,
nav: false,
slideBy: 1,
autoplay: true,
speed: 5
});
adjust the speed value to your needs.
Cheers
Joshua