diff --git a/qgs_sound_effects_provider.py b/qgs_sound_effects_provider.py index 45c976d..3708a4a 100644 --- a/qgs_sound_effects_provider.py +++ b/qgs_sound_effects_provider.py @@ -407,7 +407,7 @@ def unload(self): def loadAlgorithms(self): self.addAlgorithm(PlaySoundEffectAlgorithm()) - self.addAlgorithm(PlaySoundAlgorithm()) + self.addAlgorithm(SaySomeTextAlgorithm()) self.addAlgorithm(PlayAudioFileAlgorithm()) \ No newline at end of file