From c80ff6dc4579ab28c4064576db5a4859e639c504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 17 Jul 2016 16:32:03 +0200 Subject: Small fixes --- helpers/music_file.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'helpers/music_file.py') diff --git a/helpers/music_file.py b/helpers/music_file.py index 5baab7e..7e5f978 100644 --- a/helpers/music_file.py +++ b/helpers/music_file.py @@ -177,8 +177,6 @@ class MusicFile(Machine): ms = int(self.sound_position * 1000) ms_fo = max(1, int(fade_out * 1000)) - # FIXME: stop fade_out puis seek -5 -> on abandonne le fade ? (cf - # commentaire dans fonction seek new_audio_segment = self.current_audio_segment[:ms + ms_fo].fade_out(ms_fo) with self.music_lock: self.current_audio_segment = new_audio_segment -- cgit v1.2.3