Skip to content

Commit 4c543f7

Browse files
Remove potential alsa based fix for lack of exposed volume controls
1 parent 83925c6 commit 4c543f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

amplipi/streams/airplay.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def _activate(self, vsrc: int):
126126
'output_device': utils.virtual_output_device(vsrc), # alsa output device
127127
# If set too small, buffer underflow occurs on low-powered machines. Too long and the response times with software mixer become annoying.
128128
'audio_backend_buffer_desired_length': 11025,
129-
'software_mixer': 'yes'
130129
},
131130
}
132131

0 commit comments

Comments
 (0)