softwaremixer: Update comment after audio refactoring

This commit is contained in:
Stein Magnus Jodal 2015-02-12 23:49:47 +01:00
parent 3cb9eb52f0
commit 07f2d46ccf

View File

@ -28,9 +28,9 @@ class SoftwareMixer(pykka.ThreadingActor, mixer.Mixer):
self._audio_mixer = mixer_ref
# The Mopidy startup procedure will set the initial volume of a
# mixer, but this happens before the audio actor is injected into the
# software mixer and has no effect. Thus, we need to set the initial
# volume again.
# mixer, but this happens before the audio actor's mixer is injected
# into the software mixer actor and has no effect. Thus, we need to set
# the initial volume again.
if self._initial_volume is not None:
self.set_volume(self._initial_volume)
if self._initial_mute is not None: